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


##########
src/iceberg/delete_file_index.h:
##########
@@ -356,6 +357,12 @@ class ICEBERG_EXPORT DeleteFileIndex::Builder : public 
ErrorCollector {
   /// \brief Ignore residual expressions after partition filtering.
   Builder& IgnoreResiduals();
 
+  /// \brief Configure an optional executor for reading delete manifests.
+  ///
+  /// \param executor Executor to use, or std::nullopt to read manifests 
serially.
+  /// \return Reference to this for method chaining.
+  Builder& PlanWith(OptionalExecutor executor);

Review Comment:
   We can rename the file in future PR.



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