-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Stream leaf stage blocks #11472
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
Stream leaf stage blocks #11472
Conversation
cc44b9a to
b6ad16e
Compare
Codecov Report
@@ Coverage Diff @@
## master #11472 +/- ##
============================================
- Coverage 62.95% 62.91% -0.04%
- Complexity 1098 1106 +8
============================================
Files 2319 2320 +1
Lines 124404 124476 +72
Branches 18996 19004 +8
============================================
- Hits 78316 78313 -3
- Misses 40514 40568 +54
- Partials 5574 5595 +21
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 28 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
544838f to
4aa19e5
Compare
8145adb to
3ea2af3
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.
Does it make sense to put queryContext into BaseResultsBlock with a constructor and use super here?
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.
I considered that, but it doesn't apply to metadata and exception block, so I kept it only in data blocks
3ea2af3 to
aebffec
Compare
aebffec to
f536386
Compare
Documentation
Added new query option
maxStreamingPendingBlocksto control the pending blocks for streaming (back pressure, 100 by default)Incompatible
The following interface changed: