FANNG1 commented on code in PR #10560:
URL: https://github.com/apache/gravitino/pull/10560#discussion_r3010184822


##########
flink-connector/flink/src/main/java/org/apache/gravitino/flink/connector/store/GravitinoCatalogStoreFactoryOptions.java:
##########
@@ -40,7 +40,12 @@ private GravitinoCatalogStoreFactoryOptions() {}
           .stringType()
           .noDefaultValue()
           .withDescription("The name of Gravitino metalake");
-
+  public static final ConfigOption<Boolean> GRAVITINO_SUPPORT_SESSION_CATALOG =

Review Comment:
   The config key `gravitino.support.session.catalog` uses a dot-separated 
mixed style. For consistency with other Flink config options (which typically 
use camelCase for sub-keys), consider renaming it to 
`gravitino.supportsSessionCatalog`.



-- 
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]

Reply via email to