Skip to content

Commit

Permalink
Merge pull request #14 from probably-nothing-labs/amey/multi-stage-ag…
Browse files Browse the repository at this point in the history
…gregates

Quickfix for full aggregates
  • Loading branch information
ameyc authored Aug 8, 2024
2 parents ee54420 + 6b4a10d commit a8a401c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/planner/streaming_window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ impl ExtensionPlanner for StreamingWindowPlanner {
};

let initial_aggr = Arc::new(FranzStreamingWindowExec::try_new(
AggregateMode::Partial,
AggregateMode::Single,
groups.clone(),
aggregates.clone(),
filters.clone(),
Expand Down

0 comments on commit a8a401c

Please sign in to comment.