RussellSpitzer commented on code in PR #15561:
URL: https://github.com/apache/iceberg/pull/15561#discussion_r2913842659


##########
api/src/main/java/org/apache/iceberg/Scan.java:
##########
@@ -208,4 +209,13 @@ default ThisT minRowsRequested(long numRows) {
     throw new UnsupportedOperationException(
         this.getClass().getName() + " doesn't implement minRowsRequested");
   }
+
+  /**
+   * The {@link FileIO} instance to use when reading data files for this scan.
+   *
+   * @return the {@link FileIO} instance to use when reading data files for 
this scan
+   */
+  default FileIO io() {
+    throw new UnsupportedOperationException("io() is not implemented: added in 
1.11.0");

Review Comment:
   I don't have a strong feeling here, are you thinking of this as a 
implementer facing message? I assume they won't really care when it's added, 
it's not like they can upgrade there way out of it. So i'll take it either way



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