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.
2 parents f81227c + 74ec06a commit 7469ecaCopy full SHA for 7469eca
cpp/src/arrow/acero/sorted_merge_node.cc
@@ -644,6 +644,7 @@ class SortedMergeNode : public ExecNode {
644
// Implementation note: If the queue is empty, we will block here
645
if (process_queue.WaitAndPop() == kPoisonPill) {
646
EndFromProcessThread();
647
+ return;
648
}
649
// Either we're out of data or something went wrong
650
if (!PollOnce()) {
0 commit comments