save-buffer commented on code in PR #13143:
URL: https://github.com/apache/arrow/pull/13143#discussion_r883039628


##########
cpp/src/arrow/compute/exec/exec_plan.h:
##########
@@ -157,6 +169,8 @@ class ARROW_EXPORT ExecNode {
   /// knows when it has received all input, regardless of order.
   virtual void InputFinished(ExecNode* input, int total_batches) = 0;
 
+  virtual Status Init() { return Status::OK(); }

Review Comment:
   Actually this is just the new name of `PrepareToProduce` that was put in in 
the Bloom filter pushdown PR, so I'll just take that comment. 



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

Reply via email to