roryqi commented on code in PR #11156:
URL: https://github.com/apache/gravitino/pull/11156#discussion_r3287580053


##########
maintenance/jobs/src/test/java/org/apache/gravitino/maintenance/jobs/iceberg/TestIcebergUpdateStatsJobWithSpark.java:
##########
@@ -820,6 +821,8 @@ private static void recreateRestCatalog(GravitinoMetalake 
metalake) {
     Map<String, String> properties = new HashMap<>();
     properties.put("catalog-backend", "REST");
     properties.put("uri", ICEBERG_REST_URI);
+    // RESTCatalog does not implement SupportsMetadataLocation; disable 
default metadata cache.
+    properties.put(IcebergConstants.TABLE_METADATA_CACHE_IMPL, "");

Review Comment:
   Do we need this if we have already 
https://github.com/apache/gravitino/pull/11156/changes#diff-16d29e101e03d467c2e0ca8dbf3815091993d8b2410e6a922cbb7d7ec9441650R460?



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