Skip to content

Commit

Permalink
chore(query): Lz4 degrade (#17044)
Browse files Browse the repository at this point in the history
* chore: min_skip_partial_aggregation_capacity

* update

* update

* chore(query): degrade lz4 in 636-rc
  • Loading branch information
sundy-li authored Dec 12, 2024
1 parent 10f16fc commit f11f113
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/query/service/src/pipelines/builders/builder_aggregate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ impl PipelineBuilder {
)
};

log::info!(
"[build_aggregate_partial] partial_agg_config: {:?}, {}",
partial_agg_config,
self.is_exchange_neighbor
);

self.main_pipeline.add_transform(|input, output| {
Ok(ProcessorPtr::create(
match params.aggregate_functions.is_empty() {
Expand Down

0 comments on commit f11f113

Please sign in to comment.