-
Notifications
You must be signed in to change notification settings - Fork 587
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
fix(stream): fix wrong usage of chunk builder in topn #5286
Conversation
@@ -204,7 +204,7 @@ impl<S: StateStore> TopNExecutorBase for InnerGroupTopNExecutorNew<S> { | |||
) | |||
.await?; | |||
} | |||
// compare the those two ranges and emit the differantial result |
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.
The comment is confusing
88b3fe7
to
77d352f
Compare
77d352f
to
2392127
Compare
Codecov Report
@@ Coverage Diff @@
## main #5286 +/- ##
==========================================
- Coverage 73.95% 73.95% -0.01%
==========================================
Files 893 893
Lines 137853 138102 +249
==========================================
+ Hits 101950 102127 +177
- Misses 35903 35975 +72
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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 to merge it as a fix. but in future, we should try to limit the chunk size in the stream executor like stream hashjoin.
I hereby agree to the terms of the Singularity Data, Inc. Contributor License Agreement.
What's changed and what's your intention?
fix #5285