Skip to content

Commit

Permalink
[#5355] export Paimon jdbc user and password to properites (#5376)
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
FANNG1 authored and web-flow committed Oct 31, 2024
1 parent 1d7e9d6 commit 8317332
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ public class PaimonCatalogPropertiesMetadata extends BaseCatalogPropertiesMetada
"Gravitino Paimon catalog jdbc user",
false /* immutable */,
null /* defaultValue */,
true /* hidden */),
false /* hidden */),
stringOptionalPropertyEntry(
GRAVITINO_JDBC_PASSWORD,
"Gravitino Paimon catalog jdbc password",
false /* immutable */,
null /* defaultValue */,
true /* hidden */),
false /* hidden */),
stringOptionalPropertyEntry(
GRAVITINO_JDBC_DRIVER,
"The driver of the Jdbc connection",
Expand Down

0 comments on commit 8317332

Please sign in to comment.