hsiang-c commented on code in PR #13434:
URL: https://github.com/apache/iceberg/pull/13434#discussion_r2190789604
##########
open-api/src/test/java/org/apache/iceberg/rest/RESTCompatibilityKitCatalogTests.java:
##########
@@ -72,9 +72,7 @@ protected RESTCatalog initCatalog(String catalogName,
Map<String, String> additi
@Override
protected boolean requiresNamespaceCreate() {
return PropertyUtil.propertyAsBoolean(
- restCatalog.properties(),
- RESTCompatibilityKitSuite.RCK_REQUIRES_NAMESPACE_CREATE,
- super.requiresNamespaceCreate());
Review Comment:
`super.requiresNamespaceCreate()` is `false` in parent class.
--
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]