yikuanlee commented on code in PR #389:
URL: https://github.com/apache/polaris/pull/389#discussion_r1919403665
##########
polaris-core/src/main/java/org/apache/polaris/core/storage/PolarisStorageConfigurationInfo.java:
##########
@@ -241,6 +243,7 @@ public void validateMaxAllowedLocations(int
maxAllowedLocations) {
/** Polaris' storage type, each has a fixed prefix for its location */
public enum StorageType {
S3("s3://"),
+ S3_COMPATIBLE("s3://"),
Review Comment:
wondered if we only support "s3://", can we also support "s3a://" for
location
this way table metadata can support location s3a://... for hadoop client
read/write data
like S3_COMPATIBLE(List.of("s3://", "s3a://")),
--
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]