rdblue commented on code in PR #5576:
URL: https://github.com/apache/iceberg/pull/5576#discussion_r950326217


##########
api/src/main/java/org/apache/iceberg/io/CredentialSupplier.java:
##########
@@ -26,7 +26,7 @@
  * the configured credential as a string, and use the credential for file 
access via other IO
  * libraries.
  */
-public interface CredentialSupplier {
+public interface CredentialSupplier extends FileIO {

Review Comment:
   This is not quite correct. `CredentialSupplier` may extend other interfaces 
and not just `FileIO`.



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

Reply via email to