rdblue commented on a change in pull request #4146:
URL: https://github.com/apache/iceberg/pull/4146#discussion_r809333441



##########
File path: api/src/main/java/org/apache/iceberg/TableScan.java
##########
@@ -159,6 +160,15 @@ default TableScan select(String... columns) {
    */
   TableScan appendsAfter(long fromSnapshotId);
 
+  /**
+   * Create a new {@link TableScan} to use a particular executor to plan. The 
default worker pool will be
+   * used by default.
+   *
+   * @param executorService the provided executor.
+   * @return a table scan which use the provided executor to access manifests.

Review comment:
       Typo: should be "that uses" not "which use"




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