We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b55ea6 commit d1fea1dCopy full SHA for d1fea1d
1 file changed
cpp/src/arrow/acero/sorted_merge_node.cc
@@ -559,7 +559,7 @@ class SortedMergeNode : public ExecNode {
559
out_b.index = batches_produced++;
560
Status st = output_->InputReceived(this, std::move(out_b));
561
if (!st.ok()) {
562
- ARROW_LOG(FATAL) << "Error in output_::InputReceived: " << st.ToString();
+ ARROW_LOG(ERROR) << "Error in output_::InputReceived: " << st.ToString();
563
EndFromProcessThread(std::move(st));
564
}
565
} else {
0 commit comments