kevinjqliu commented on code in PR #14136:
URL: https://github.com/apache/iceberg/pull/14136#discussion_r2388467598
##########
azure/src/main/java/org/apache/iceberg/azure/AzureProperties.java:
##########
@@ -50,6 +49,29 @@ public class AzureProperties implements Serializable {
public static final String ADLS_SHARED_KEY_ACCOUNT_KEY =
"adls.auth.shared-key.account.key";
public static final String ADLS_TOKEN = "adls.token";
+ /**
+ * Configure the Azure token credential provider used to get {@link
TokenCredential}. A fully
Review Comment:
~~I'd prefer Azure here since the token credentials are from Azure Identity.
Plus we're adding support for OneLake as well as ADLS.~~
--
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]