-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Improvement] Some JDBC catalog properties should be defined as required #5306
Labels
Comments
mchades
added
good first issue
Good for newcomers
improvement
Improvements on everything
labels
Oct 28, 2024
I want to try it, but I don't know how to modify it. Can you help me |
For example, change the code of stringPropertyEntry(
JdbcConfig.JDBC_DRIVER.getKey(),
JdbcConfig.JDBC_DRIVER.getDoc(),
true /* required */,
false /* immutable */,
null /* defaultValue */,
false /* hidden */,
false /* reserved */) |
ok,thanks |
lsyulong
added a commit
to lsyulong/gravitino
that referenced
this issue
Oct 29, 2024
|
Do you think there's a problem with this |
looks good |
lsyulong
added a commit
to lsyulong/gravitino
that referenced
this issue
Oct 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be improved?
The following JDBC should be required not optional:
gravitino/catalogs/catalog-jdbc-common/src/main/java/org/apache/gravitino/catalog/jdbc/JdbcCatalogPropertiesMetadata.java
Lines 64 to 81 in 955d527
How should we improve?
make them required
The text was updated successfully, but these errors were encountered: