Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chunk-wise agg: add GatherMerge above Sort #7547

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

akuzm
Copy link
Member

@akuzm akuzm commented Dec 19, 2024

Currently we would add a Gather just above Append of partial aggregates and below Sort, which doesn't allow us to paralellize the Sort itself.

Currently we would add it just above Append of partial aggregates and
below Sort, which doesn't allow us to paralellize the Sort itself.
@akuzm akuzm changed the title Chunk-wise agg: add Gather above Sort Chunk-wise agg: add GatherMerge above Sort Dec 19, 2024
Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.21%. Comparing base (59f50f2) to head (9263861).
Report is 662 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7547      +/-   ##
==========================================
+ Coverage   80.06%   82.21%   +2.14%     
==========================================
  Files         190      231      +41     
  Lines       37181    43374    +6193     
  Branches     9450    10910    +1460     
==========================================
+ Hits        29770    35660    +5890     
- Misses       2997     3387     +390     
+ Partials     4414     4327      -87     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@akuzm akuzm marked this pull request as ready for review December 19, 2024 16:59
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.

1 participant