dimas-b commented on code in PR #1586: URL: https://github.com/apache/polaris/pull/1586#discussion_r2096447863
########## 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: I'd also prefer reusing Nessie code in Polaris (we have other copy cases already). Nessie's `StorageUri` may seem to do more than what Polaris needs, but if / when we start dealing with more complex cases (e.g. Generic Table location), the extra functionality will probably be required. -- 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]
