We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a03a16 commit 867fcd0Copy full SHA for 867fcd0
src/query/service/src/pipelines/builders/builder_merge_into.rs
@@ -143,7 +143,7 @@ impl PipelineBuilder {
143
}
144
assert!(self.join_state.is_some());
145
assert!(self.merge_into_probe_data_fields.is_some());
146
-
+ self.main_pipeline.resize(1, false)?;
147
let join_state = self.join_state.clone().unwrap();
148
// split row_number and log
149
// output_port_row_number
@@ -291,6 +291,7 @@ impl PipelineBuilder {
291
// we will receive MutationLogs only without rowids.
292
return Ok(());
293
294
295
// we will receive MutationLogs and rowids. So we should apply
296
// rowids firstly and then send all mutation logs to commit sink.
297
// we need to spilt rowid and mutationlogs, and we can get pipeitems:
0 commit comments