jerryshao commented on code in PR #10992:
URL: https://github.com/apache/gravitino/pull/10992#discussion_r3218346193


##########
catalogs/catalog-lakehouse-iceberg/src/main/java/org/apache/gravitino/catalog/lakehouse/iceberg/IcebergCatalogOperations.java:
##########
@@ -658,6 +736,13 @@ private static Distribution getIcebergDefaultDistribution(
     return Distributions.NONE;
   }
 
+  private IcebergViewCatalogOperations viewCatalogOperations() {
+    if (icebergViewCatalogOperations == null) {
+      icebergViewCatalogOperations = new 
IcebergViewCatalogOperations(icebergCatalogWrapper);
+    }
+    return icebergViewCatalogOperations;
+  }

Review Comment:
   Do you need to make this thread safe?



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