We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5919bb2 + d1fea1d commit 2014b48Copy full SHA for 2014b48
1 file changed
cpp/src/arrow/acero/sorted_merge_node.cc
@@ -606,7 +606,7 @@ class SortedMergeNode : public ExecNode {
606
out_b.index = batches_produced++;
607
Status st = output_->InputReceived(this, std::move(out_b));
608
if (!st.ok()) {
609
- ARROW_LOG(FATAL) << "Error in output_::InputReceived: " << st.ToString();
+ ARROW_LOG(ERROR) << "Error in output_::InputReceived: " << st.ToString();
610
EndFromProcessThread(std::move(st));
611
}
612
} else {
0 commit comments