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


##########
core/src/test/java/org/apache/iceberg/rest/TestRESTCatalog.java:
##########
@@ -301,6 +301,11 @@ protected boolean requiresNamespaceCreate() {
     return true;
   }
 
+  @Override
+  protected boolean supportsUniqueTableLocation() {
+    return false;

Review Comment:
   this is actually only because the flag isn't passed down to the 
`backendCatalog` in the new tests you added. Hence I don't think this 
method/flag here is actually needed



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