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