szlta commented on code in PR #18081:
URL: https://github.com/apache/iceberg/pull/18081#discussion_r4046335195
##########
core/src/main/java/org/apache/iceberg/rest/RESTCatalogProperties.java:
##########
@@ -58,6 +58,10 @@ private RESTCatalogProperties() {}
public static final long REST_SCAN_PLANNING_POLL_TIMEOUT_MS_DEFAULT =
TimeUnit.MINUTES.toMillis(5);
+ // Allow REST-provided storage access for encrypted tables that use
client-side KMS.
Review Comment:
IMHO: not "use client-side KMS" but rather "KMS configured with client-side
credentials" (or static credentials)
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]