Skip to content

Refactor window aggregation, simplify batch processing logic#516

Merged
alamb merged 2 commits intoapache:masterfrom
jimexist:refactor-window
Jun 7, 2021
Merged

Refactor window aggregation, simplify batch processing logic#516
alamb merged 2 commits intoapache:masterfrom
jimexist:refactor-window

Conversation

@jimexist
Copy link
Member

@jimexist jimexist commented Jun 6, 2021

Which issue does this PR close?

related #299 and #360
based on #515

Rationale for this change

simplify batch processing logic for window functions, so that instead of batch by batch we'll in next pull request switch to partition by partition process, which requires all input batches to be gathered together first

What changes are included in this PR?

  1. simplify batch processing for window function
  2. remove async for window aggregate function
  3. make sure integration tests stay the same

Are there any user-facing changes?

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants