Skip to content

Commit 4c1b1ca

Browse files
sundy-lidantengsky
authored andcommitted
chore(query): Lz4 degrade (#17044)
* chore: min_skip_partial_aggregation_capacity * update * update * chore(query): degrade lz4 in 636-rc
1 parent 62abe30 commit 4c1b1ca

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,12 @@ impl PipelineBuilder {
136136
.cluster_with_partial(true, self.ctx.get_cluster().nodes.len())
137137
};
138138

139+
log::info!(
140+
"[build_aggregate_partial] partial_agg_config: {:?}, {}",
141+
partial_agg_config,
142+
self.is_exchange_neighbor
143+
);
144+
139145
self.main_pipeline.add_transform(|input, output| {
140146
Ok(ProcessorPtr::create(
141147
match params.aggregate_functions.is_empty() {

0 commit comments

Comments
 (0)