We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b26db3 commit 2a8545cCopy full SHA for 2a8545c
src/query/service/src/pipelines/processors/transforms/aggregator/build_partition_bucket.rs
@@ -94,7 +94,7 @@ pub fn build_partition_bucket(
94
}
95
96
pipeline.add_pipe(builder.finalize());
97
- pipeline.try_resize(after_worker)?;
+ pipeline.resize(after_worker, true)?;
98
} else {
99
let input_nums = pipeline.output_len();
100
let transform = TransformPartitionBucket::create(input_nums, params.clone())?;
0 commit comments