okumin commented on code in PR #6660:
URL: https://github.com/apache/hive/pull/6660#discussion_r3676092782
##########
itests/test-docker/k8s/hive-metastore/configmap.yaml:
##########
@@ -41,4 +41,8 @@ data:
<name>metastore.catalog.servlet.auth</name>
<value>none</value>
</property>
+ <property>
+ <name>metastore.iceberg.catalog.unique.table.location</name>
+ <value>true</value>
+ </property>
Review Comment:
A common practice for RCK is to disable `createTableInUniqueLocation` since
RSK's client can't share the flag with a catalog server.
However, as our REST catalog can enable the feature at the catalog level, we
don't need to skip the test case.
https://github.com/apache/iceberg/blob/c53434560298176454501b28d12895becfb80e10/open-api/src/test/java/org/apache/iceberg/rest/RESTCompatibilityKitCatalogTests.java#L112-L116
--
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]