pvary commented on code in PR #12892:
URL: https://github.com/apache/iceberg/pull/12892#discussion_r2429498959
##########
spark/v3.4/spark/src/test/java/org/apache/iceberg/spark/TestBaseWithCatalog.java:
##########
@@ -69,7 +69,9 @@ public abstract class TestBaseWithCatalog extends TestBase {
// status even belonging to the same catalog. Reference:
// https://www.sqlite.org/inmemorydb.html
CatalogProperties.CLIENT_POOL_SIZE,
- "1"));
+ "1",
+ CatalogProperties.UNIQUE_TABLE_LOCATION,
+ "true"));
Review Comment:
Don't we hijack all of the tests to use unique location? This seems
problematic for me.
--
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]