Skip to content

Commit b85e496

Browse files
author
Rafał Hibner
committed
sink_node can use sync source
1 parent 6f6990e commit b85e496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/acero/pipe_node.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class PipeSinkNode : public ExecNode {
142142
}
143143

144144
Status Init() override {
145-
ARROW_RETURN_NOT_OK(pipe_->Init(inputs_[0]->output_schema()));
145+
ARROW_RETURN_NOT_OK(pipe_->Init(inputs_[0]->output_schema(), true));
146146
return ExecNode::Init();
147147
}
148148

0 commit comments

Comments
 (0)