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


##########
api/src/main/java/org/apache/iceberg/FileScanTask.java:
##########
@@ -20,64 +20,37 @@
 package org.apache.iceberg;
 
 import java.util.List;
-import org.apache.iceberg.expressions.Expression;
 
 /**
- * A scan task over a range of a single file.
+ * A scan task over a range of a single data file.

Review Comment:
   A scan task for a range of bytes in a single data file?
   
   The wording before was always a little confusing to me



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