nastra commented on code in PR #15869:
URL: https://github.com/apache/iceberg/pull/15869#discussion_r3965264363
##########
azure/src/main/java/org/apache/iceberg/azure/adlsv2/ADLSFileIO.java:
##########
@@ -47,20 +63,26 @@
import org.slf4j.LoggerFactory;
/** FileIO implementation backed by Azure Data Lake Storage Gen2. */
-public class ADLSFileIO implements DelegateFileIO {
+public class ADLSFileIO implements DelegateFileIO, SupportsStorageCredentials {
Review Comment:
I think we need to first get https://github.com/apache/iceberg/pull/13241 in
before we can continue with this PR, since technically this PR depends on the
functionality from https://github.com/apache/iceberg/pull/13241
--
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]