nastra commented on code in PR #15646:
URL: https://github.com/apache/iceberg/pull/15646#discussion_r2938917497


##########
core/src/main/java/org/apache/iceberg/BaseScan.java:
##########
@@ -103,8 +104,8 @@ public Table table() {
   }
 
   @Override
-  public FileIO io() {
-    return table.io();
+  public Supplier<FileIO> io() {

Review Comment:
   @rdblue looks like this is an API-breaking change unfortunately. This used 
to be `protected FileIO` in 1.10.x.
   A viable workaround would be to use `fileIO()` (or some other naming at the 
API level and deprecate and not touch `io()` here. This can be seen in commit 
a7e24f2e43fd2028a246f0395571689a09155d5a



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