Skip to content

Commit 2a8545c

Browse files
committed
fix: try fix cluster aggregate hang
1 parent 0b26db3 commit 2a8545c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/service/src/pipelines/processors/transforms/aggregator/build_partition_bucket.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pub fn build_partition_bucket(
9494
}
9595

9696
pipeline.add_pipe(builder.finalize());
97-
pipeline.try_resize(after_worker)?;
97+
pipeline.resize(after_worker, true)?;
9898
} else {
9999
let input_nums = pipeline.output_len();
100100
let transform = TransformPartitionBucket::create(input_nums, params.clone())?;

0 commit comments

Comments
 (0)