lefebsy commented on code in PR #389:
URL: https://github.com/apache/polaris/pull/389#discussion_r1954008620
##########
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:
It could be added in the list, but do not know how to check with unit test
if it is working.
Wich type of *hadoop client* can be considered for test ?
--
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]