KyleLin0927 commented on code in PR #7317:
URL: https://github.com/apache/gravitino/pull/7317#discussion_r2166542684


##########
trino-connector/trino-connector/src/main/java/org/apache/gravitino/trino/connector/catalog/DefaultCatalogConnectorFactory.java:
##########
@@ -43,10 +43,18 @@ public class DefaultCatalogConnectorFactory implements 
CatalogConnectorFactory {
   private static final String POSTGRESQL_CONNECTOR_PROVIDER_NAME = 
"jdbc-postgresql";
   private static final String TRINO_CLUSTER_CONNECTOR_PROVIDER_NAME = 
"trino-cluster";
 
+  /** Map of catalog provider names to their corresponding connector context 
builders */
   protected final HashMap<String, CatalogConnectorContext.Builder> 
catalogBuilders =
       new HashMap<>();
+
+  /** The region code where this catalog connector factory is running */

Review Comment:
   fixed



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