Skip to content

Commit

Permalink
[MINOR] docs: fix typo in catalog.management exception message (apach…
Browse files Browse the repository at this point in the history
…e#5812)

### What changes were proposed in this pull request?
The exception message should be `catalog.management = dynamic` when the
trino configuration is incorrect.

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

Not required

Signed-off-by: zacsun <[email protected]>
  • Loading branch information
predator4ann authored Dec 10, 2024
1 parent 239e78a commit 53500a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public TrinoConfig() {
properties.getProperty(TRINO_CATALOG_MANAGEMENT))) {
throw new TrinoException(
GravitinoErrorCode.GRAVITINO_MISSING_CONFIG,
"Gravitino connector works only at catalog.management = static mode");
"Gravitino connector works only at catalog.management = dynamic mode");
}
} catch (IOException e) {
throw new TrinoException(
Expand Down

0 comments on commit 53500a6

Please sign in to comment.