szehon-ho commented on code in PR #5077:
URL: https://github.com/apache/iceberg/pull/5077#discussion_r903131047


##########
api/src/main/java/org/apache/iceberg/Scan.java:
##########
@@ -113,26 +113,23 @@
   Schema schema();
 
   /**
-   * Plan the {@link FileScanTask files} that will be read by this scan.
+   * Plan tasks for this scan without trying to balance the work.
    * <p>
-   * Each file has a residual expression that should be applied to filter the 
file's rows.
-   * <p>
-   * This simple plan returns file scans for each file from position 0 to the 
file's length. For
-   * planning that will combine small files, split large files, and attempt to 
balance work, use
-   * {@link #planTasks()} instead.
+   * Use {@link #planTasks()} for planning that will attempt to balance the 
work
+   * by combining small or splitting large files.

Review Comment:
   On similar note, how about 'for planning balanced tasks.  Each task will 
read either a single file, a part of a file, or multiple files'.



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