dimas-b commented on code in PR #701:
URL: https://github.com/apache/polaris/pull/701#discussion_r1911774241


##########
polaris-core/src/main/java/org/apache/polaris/core/storage/PolarisCredentialProperty.java:
##########
@@ -41,7 +41,12 @@ public enum PolarisCredentialProperty {
       "the azure storage account host",
       "the azure account name + endpoint that will append to the 
ADLS_SAS_TOKEN_PREFIX"),
   EXPIRATION_TIME(
-      Long.class, "expiration-time", "the expiration time for the access 
token, in milliseconds");
+      Long.class, "expiration-time", "the expiration time for the access 
token, in milliseconds"),
+  ADDITIONAL_STORAGE_CONFIG(
+      String.class,
+      "additional-storage-config",
+      "the additional storage config for the cloud storage"),

Review Comment:
   I fully support the idea of allowing custom (configurable) additional 
properties to be sent to Iceberg clients for their FileIO configuration. 
However, it might be preferable to refactor Polaris code to avoid mixing 
"credentials" and general properties. IIRC, the "load table" and "config" 
responses in the Iceberg REST API are not limited to just "credential" 
properties. WDYT?



-- 
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]

Reply via email to