File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/query/service/src/pipelines/builders Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ impl PipelineBuilder {
143
143
}
144
144
assert ! ( self . join_state. is_some( ) ) ;
145
145
assert ! ( self . merge_into_probe_data_fields. is_some( ) ) ;
146
-
146
+ self . main_pipeline . resize ( 1 , false ) ? ;
147
147
let join_state = self . join_state . clone ( ) . unwrap ( ) ;
148
148
// split row_number and log
149
149
// output_port_row_number
@@ -291,6 +291,7 @@ impl PipelineBuilder {
291
291
// we will receive MutationLogs only without rowids.
292
292
return Ok ( ( ) ) ;
293
293
}
294
+ self . main_pipeline . resize ( 1 , false ) ?;
294
295
// we will receive MutationLogs and rowids. So we should apply
295
296
// rowids firstly and then send all mutation logs to commit sink.
296
297
// we need to spilt rowid and mutationlogs, and we can get pipeitems:
You can’t perform that action at this time.
0 commit comments