-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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 TableReader&IndexReader&IndexLookup #9452
executor: control Chunk size for TableReader&IndexReader&IndexLookup #9452
Conversation
a227726
to
25cb1f3
Compare
60d43ea
to
f54a4f6
Compare
/rebuild |
f54a4f6
to
5b431e8
Compare
All CI problems have been solved, PTAL~ |
Codecov Report
@@ Coverage Diff @@
## master #9452 +/- ##
================================================
- Coverage 77.5575% 77.4718% -0.0858%
================================================
Files 403 403
Lines 81827 81782 -45
================================================
- Hits 63463 63358 -105
- Misses 13663 13705 +42
- Partials 4701 4719 +18 |
5b431e8
to
afb7528
Compare
a4835e0
to
5f253d4
Compare
5f253d4
to
21ec706
Compare
How about we don't let |
21ec706
to
ed0c0fb
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
2cda04c
to
4179218
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.
rest 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 |
What problem does this PR solve?
Control the number of rows in chunks returned by
TableReader
&IndexReader
&IndexLookup
.Following up #9398, this PR is a subtask of #9166.
What is changed and how it works?
requiredRowsSelectResult
to mockSelectResult
.selectWithRuntimeStats
intoTableReader
&IndexReader
&IndexLookup
&dataReaderBuilder
to create mockSelectResult
.Check List
Tests