stevenzwu commented on code in PR #8555:
URL: https://github.com/apache/iceberg/pull/8555#discussion_r1329547050


##########
core/src/main/java/org/apache/iceberg/io/OutputFileFactory.java:
##########
@@ -158,12 +161,24 @@ public Builder suffix(String newSuffix) {
       return this;
     }
 
+    public Builder ioSupplier(Supplier<FileIO> newIoSupplier) {

Review Comment:
   nit: add a Javadoc on why this is a supplier for dynamic refreshing 
capability



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