HuaHuaY commented on code in PR #687:
URL: https://github.com/apache/iceberg-cpp/pull/687#discussion_r3322974610


##########
src/iceberg/update/snapshot_update.h:
##########
@@ -77,6 +79,16 @@ class ICEBERG_EXPORT SnapshotUpdate : public PendingUpdate {
     return self;
   }
 
+  /// \brief Configure an executor for manifest planning work.
+  ///
+  /// The executor is borrowed and must outlive this update. Planning 
callbacks may be
+  /// called concurrently; callers must synchronize shared mutable state 
captured by
+  /// those callbacks.
+  auto& ScanManifestsWith(this auto& self, Executor& executor) {

Review Comment:
   This is the behavior of `apache/iceberg` repo.



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