mchades commented on code in PR #4167:
URL: https://github.com/apache/gravitino/pull/4167#discussion_r1690719712
##########
trino-connector/src/main/java/org/apache/gravitino/trino/connector/GravitinoConfig.java:
##########
@@ -69,6 +69,15 @@ public class GravitinoConfig {
"true",
false);
+ private static final ConfigEntry GRAVITINO_CLUSTER =
+ new ConfigEntry(
+ "gravitino.cluster",
Review Comment:
If so, how about `gravitino.query_cluster`? Because the `gravitino.cluster`
is easily mistaken for gravitino cluster, but currently gravitino does not have
a clustering mode.
BTW, the description below says it's `The cluster name of the Trino cluster`
--
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]