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



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

Review comment:
       Nit: no need to add end punctuation to these descriptions.




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