Skip to content

Commit f11f113

Browse files
authored
chore(query): Lz4 degrade (#17044)
* chore: min_skip_partial_aggregation_capacity * update * update * chore(query): degrade lz4 in 636-rc
1 parent 10f16fc commit f11f113

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
@@ -145,6 +145,12 @@ impl PipelineBuilder {
145145
)
146146
};
147147

148+
log::info!(
149+
"[build_aggregate_partial] partial_agg_config: {:?}, {}",
150+
partial_agg_config,
151+
self.is_exchange_neighbor
152+
);
153+
148154
self.main_pipeline.add_transform(|input, output| {
149155
Ok(ProcessorPtr::create(
150156
match params.aggregate_functions.is_empty() {

0 commit comments

Comments
 (0)