zanmato1984 commented on code in PR #45918:
URL: https://github.com/apache/arrow/pull/45918#discussion_r2013432743
##########
cpp/src/arrow/acero/swiss_join.cc:
##########
@@ -2860,6 +2866,15 @@ class SwissJoin : public HashJoinImpl {
return finished_callback_(num_produced_batches);
}
+ Status OnProbeProcessorFinished() {
Review Comment:
We don't seem to need this function. How about we just move it into
`OnScanHashTableFinished`?
--
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]