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


##########
cpp/src/arrow/compute/exec/hash_join.cc:
##########
@@ -1105,16 +745,15 @@ class HashJoinBasicImpl : public HashJoinImpl {
   HashJoinSchema* schema_mgr_;
   std::vector<JoinKeyCmp> key_cmp_;
   Expression filter_;
-  std::unique_ptr<TaskScheduler> scheduler_;
-  int task_group_bloom_;
+  TaskScheduler* scheduler_;
   int task_group_build_;
-  int task_group_bloom_filter_queued_;
-  int task_group_queued_;
   int task_group_scan_;
 
   // Callbacks
   //
   OutputBatchCallback output_batch_callback_;
+  BuildFinishedCallback build_finished_callback_;
+  ProbeFinishedCallback probe_finished_callback_;

Review Comment:
   Nope, removed.



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