snazy commented on code in PR #1586: URL: https://github.com/apache/polaris/pull/1586#discussion_r2095314312
########## polaris-core/src/main/java/org/apache/polaris/core/storage/StorageLocation.java: ########## @@ -19,8 +19,9 @@ package org.apache.polaris.core.storage; import jakarta.annotation.Nonnull; -import java.net.URI; +import org.apache.hadoop.yarn.logaggregation.LogCLIHelpers; import org.apache.polaris.core.storage.azure.AzureLocation; +import org.apache.hadoop.fs.Path; Review Comment: Not sure. Nessie's `StorageUri` was built for this issue, actually to work around the fact that Iceberg allows URIs that do not comply with RFC 2396. Why not use something that's already known to work? -- 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]
