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


##########
trino-connector/src/main/java/org/apache/gravitino/trino/connector/catalog/CatalogConnectorFactory.java:
##########
@@ -35,8 +36,11 @@ public class CatalogConnectorFactory {
   private static final Logger LOG = 
LoggerFactory.getLogger(CatalogConnectorFactory.class);
 
   private final HashMap<String, CatalogConnectorContext.Builder> 
catalogBuilders = new HashMap<>();
+  private final String cluster;

Review Comment:
   I would suggest you change it to `clusterName`?



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