nssalian commented on code in PR #17256:
URL: https://github.com/apache/iceberg/pull/17256#discussion_r3649475522
##########
open-api/src/test/java/org/apache/iceberg/rest/RESTCompatibilityKitCatalogTests.java:
##########
@@ -85,6 +85,11 @@ protected boolean supportsServerSideRetry() {
restCatalog.properties(),
RESTCompatibilityKitSuite.RCK_SUPPORTS_SERVERSIDE_RETRY, true);
}
+ @Override
+ protected boolean supportsVariant() {
+ return true;
Review Comment:
This makes sense. I'll make sure to do this in the RCK work in a follow up
PR. Scoped this down to the spec change alone.
--
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]