danielcweeks commented on code in PR #15368:
URL: https://github.com/apache/iceberg/pull/15368#discussion_r2854523797
##########
core/src/main/java/org/apache/iceberg/BaseScan.java:
##########
@@ -102,7 +102,8 @@ public Table table() {
return table;
}
- protected FileIO io() {
+ @Override
+ public FileIO io() {
Review Comment:
I'd like to explore the path of using `io` from the scan vs the table
because we've now shifted to a point where all IO may not happen from the
context of the table, but rather the scan which could have different
permissions and possibly even different sources.
--
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]