-
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
[#5355] export Paimon jdbc user and password to properites #5376
Conversation
@mchades please help to review, thanks |
@@ -128,13 +128,13 @@ public class PaimonCatalogPropertiesMetadata extends BaseCatalogPropertiesMetada | |||
"Gravitino Paimon catalog jdbc user", | |||
false /* immutable */, | |||
null /* defaultValue */, | |||
true /* hidden */), | |||
false /* hidden */), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any test to cover this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, is it nessecery to add the specific test for Paimon JDBC catalog hidden properties?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a Paimon-JDBC catalog IT? If so, it would be easy to add the properties assert tests. Otherwise, we should supplement the IT.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not the mater of easy or not, I think there is no need to add this to IT, since it's minor changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
should we mask the jdbc user and password on the gravitino ui? |
I think need. @LauraXia123 cc |
the password is masked on ui |
### What changes were proposed in this pull request? export paimon jdbc user and password to properites ### Why are the changes needed? Fix: #5355 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? existing IT
What changes were proposed in this pull request?
export paimon jdbc user and password to properites
Why are the changes needed?
Fix: #5355
Does this PR introduce any user-facing change?
no
How was this patch tested?
existing IT