aocsa commented on a change in pull request #11210:
URL: https://github.com/apache/arrow/pull/11210#discussion_r715094228



##########
File path: cpp/src/arrow/compute/exec/filter_node.cc
##########
@@ -113,7 +131,22 @@ class FilterNode : public ExecNode {
 
   void InputFinished(ExecNode* input, int total_batches) override {
     DCHECK_EQ(input, inputs_[0]);
+    auto executor = plan()->exec_context()->executor();
+
+    for (auto&& task : tasks_) {

Review comment:
       Thanks  @lidavidm  I am using AtomicCounters and there is not more race 
condition issues  




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