We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38cc5b commit 74ec06aCopy full SHA for 74ec06a
cpp/src/arrow/acero/sorted_merge_node.cc
@@ -590,6 +590,7 @@ class SortedMergeNode : public ExecNode {
590
// Implementation note: If the queue is empty, we will block here
591
if (process_queue.WaitAndPop() == kPoisonPill) {
592
EndFromProcessThread();
593
+ return;
594
}
595
// Either we're out of data or something went wrong
596
if (!PollOnce()) {
0 commit comments