mchades commented on code in PR #4167:
URL: https://github.com/apache/gravitino/pull/4167#discussion_r1690732305


##########
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",
+          "The cluster name of the Trino cluster, if it's empty, all the 
queries belongs the catalogs will be handled by the "
+              + "current Trino cluster, and if the cluster name is not equal 
to the catalog's cluster, the queries in the catalog "
+              + "will be handle by a remote Trino cluster",

Review Comment:
   You're missing the point, my question is, if a user configures 
`gravitino.cluster`, how should the URL corresponding to this cluster be 
configured?
   



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