rdblue commented on a change in pull request #4115:
URL: https://github.com/apache/iceberg/pull/4115#discussion_r808554731
##########
File path: api/src/main/java/org/apache/iceberg/SnapshotUpdate.java
##########
@@ -52,4 +53,13 @@
*/
ThisT stageOnly();
+ /**
+ * Use a particular executor to access manifests. The default worker pool
will be used by default.
+ *
+ * @param executorService the provided executor.
+ * @return this for method chaining.
+ */
+ default ThisT accessManifestsWith(ExecutorService executorService) {
Review comment:
Could you separate this into a PR for the scan updates and a PR for some
of the operation updates (like ExpireSnapshots)? This one together is really
large.
--
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]