mchades commented on code in PR #7291:
URL: https://github.com/apache/gravitino/pull/7291#discussion_r2113045933
##########
trino-connector/trino-connector/src/main/java/org/apache/gravitino/trino/connector/GravitinoConfig.java:
##########
@@ -62,10 +62,11 @@ public class GravitinoConfig {
private static final ConfigEntry GRAVITINO_METALAKE =
new ConfigEntry("gravitino.metalake", "The metalake name for used", "",
true);
- private static final ConfigEntry GRAVITINO_SIMPLIFY_CATALOG_NAMES =
+ private static final ConfigEntry GRAVITINO_SINGLE_METALAKE_MODE =
new ConfigEntry(
- "gravitino.simplify-catalog-names",
- "Omit metalake prefix for catalog names",
+ "gravitino.use-single-metalake",
Review Comment:
It's better to deprecate the old configuration instead of changing the name
directly
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]