nastra commented on code in PR #12892:
URL: https://github.com/apache/iceberg/pull/12892#discussion_r2685967932


##########
open-api/src/test/java/org/apache/iceberg/rest/RESTCompatibilityKitCatalogTests.java:
##########
@@ -97,4 +97,9 @@ protected boolean supportsNamesWithDot() {
     return PropertyUtil.propertyAsBoolean(
         restCatalog.properties(), 
RESTCompatibilityKitSuite.RCK_SUPPORTS_NAMES_WITH_DOT, false);
   }
+
+  @Override
+  protected boolean supportsUniqueTableLocation() {
+    return false;

Review Comment:
   might be the same as I mentioned in `TestRESTCatalog` where the flag just 
isn't passed to the backing catalog



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to