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

Support chunkwise aggregation with projection #7049

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

akuzm
Copy link
Member

@akuzm akuzm commented Jun 19, 2024

This is important for the common case of grouping by time_bucket(). In this case, under AggPath there is a ProjectionPath above the Append node for all the chunks. When we make a chunkwise aggregation plan, we have to put a similar ProjectionPath under each per-chunk AggPath.

This is important for the common case of grouping by time_bucket(). In
this case, under AggPath there is a ProjectionPath above the Append node
for all the chunks. When we make a chunkwise aggregation plan, we have
to put a similar ProjectionPath under each per-chunk AggPath.
Copy link

codecov bot commented Jun 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.75%. Comparing base (59f50f2) to head (fb9e1ac).
Report is 232 commits behind head on main.

Current head fb9e1ac differs from pull request most recent head b856e45

Please upload reports for the commit b856e45 to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7049      +/-   ##
==========================================
+ Coverage   80.06%   81.75%   +1.69%     
==========================================
  Files         190      200      +10     
  Lines       37181    37319     +138     
  Branches     9450     9729     +279     
==========================================
+ Hits        29770    30512     +742     
+ Misses       2997     2881     -116     
+ Partials     4414     3926     -488     

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

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.

None yet

1 participant