jerqi commented on code in PR #9119:
URL: https://github.com/apache/gravitino/pull/9119#discussion_r2525963978


##########
catalogs/catalog-jdbc-common/src/main/java/org/apache/gravitino/catalog/jdbc/JdbcCatalogOperations.java:
##########
@@ -174,11 +179,25 @@ public void initialize(
     if (tableOperation instanceof RequireDatabaseOperation) {
       ((RequireDatabaseOperation) 
tableOperation).setDatabaseOperation(databaseOperation);
     }
+
+    MetricsSystem metricsSystem = GravitinoEnv.getInstance().metricsSystem();
+    // Metrics System could be null in UT.
+    if (metricsSystem != null) {
+      this.catalogMetricsSource =

Review Comment:
   Our catalog and metalake can be renamed.



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