rdblue commented on code in PR #15448:
URL: https://github.com/apache/iceberg/pull/15448#discussion_r2897561411
##########
api/src/main/java/org/apache/iceberg/BatchScan.java:
##########
@@ -68,4 +70,14 @@ public interface BatchScan extends Scan<BatchScan, ScanTask,
ScanTaskGroup<ScanT
* @return the Snapshot this scan will use
*/
Snapshot snapshot();
+
+ /**
+ * The {@link FileIO} instance to use when reading data.
+ *
+ * @return the {@link FileIO} instance to use when reading data
+ */
+ @Override
+ default FileIO io() {
Review Comment:
I think the API and core changes should be separated from the Spark changes.
Nothing here requires changes to Spark, right?
--
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]