visit2rahul commented on code in PR #4422:
URL: https://github.com/apache/polaris/pull/4422#discussion_r3395446118
##########
runtime/service/src/test/java/org/apache/polaris/service/catalog/iceberg/AbstractIcebergCatalogViewTest.java:
##########
@@ -193,7 +193,9 @@ public void before(TestInfo testInfo) {
.setStorageConfigurationInfo(
realmConfig,
new FileStorageConfigInfo(
- StorageConfigInfo.StorageTypeEnum.FILE,
List.of("file://", "/", "*"), null),
+ StorageConfigInfo.StorageTypeEnum.FILE,
+ List.of("file://tmp", "file://", "/", "*"),
Review Comment:
My mistake -- `IcebergCatalog.createNamespace` builds expected namespace
locations by appending the namespace name to each allowed location directly, so
`file://` alone is not enough. Restored `file://tmp` in `a2e938459`.
--
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]