-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
executor: control Chunk size for StreamAgg&HashAgg #9512
executor: control Chunk size for StreamAgg&HashAgg #9512
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9512 +/- ##
==========================================
+ Coverage 67.38% 67.39% +0.01%
==========================================
Files 375 375
Lines 78783 78780 -3
==========================================
+ Hits 53087 53096 +9
+ Misses 20927 20918 -9
+ Partials 4769 4766 -3
Continue to review full report at Codecov.
|
e96b277
to
866025f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-all-tests |
d45a319
to
f86e579
Compare
/run-all-tests |
What problem does this PR solve?
Control the number of rows in chunks returned by
TableReader
&IndexReader
&IndexLookup
.Following up #9452, this PR is a subtask of #9166.
What is changed and how it works?
StreamAgg
andHashAgg
support chunk size control.Check List
Tests