lasdf1234 commented on code in PR #11156:
URL: https://github.com/apache/gravitino/pull/11156#discussion_r3287714671
##########
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:
Got.Five modified test classes have been updated.
--
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]