Skip to content

Commit 867fcd0

Browse files
committed
fix pipeline
1 parent 4a03a16 commit 867fcd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/query/service/src/pipelines/builders/builder_merge_into.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ impl PipelineBuilder {
143143
}
144144
assert!(self.join_state.is_some());
145145
assert!(self.merge_into_probe_data_fields.is_some());
146-
146+
self.main_pipeline.resize(1, false)?;
147147
let join_state = self.join_state.clone().unwrap();
148148
// split row_number and log
149149
// output_port_row_number
@@ -291,6 +291,7 @@ impl PipelineBuilder {
291291
// we will receive MutationLogs only without rowids.
292292
return Ok(());
293293
}
294+
self.main_pipeline.resize(1, false)?;
294295
// we will receive MutationLogs and rowids. So we should apply
295296
// rowids firstly and then send all mutation logs to commit sink.
296297
// we need to spilt rowid and mutationlogs, and we can get pipeitems:

0 commit comments

Comments
 (0)