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


##########
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:
   In my initial PR version I configured RESTServerExtension to use unique 
table path. But after @pvary review I removed it as it affected all the tests, 
not only new ones. Please see these comments:
   https://github.com/apache/iceberg/pull/12892#discussion_r2429487896
   https://github.com/apache/iceberg/pull/12892#discussion_r2429498959
   https://github.com/apache/iceberg/pull/12892#issuecomment-3586044395



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