-
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: check for null values when comparing different groups during streamAgg (#15742) #15777
Conversation
/run-all-tests |
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-unit-test |
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
Sorry @Reminiscent, you don't have permission to trigger auto merge event on this branch. |
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
Your auto merge job has been accepted, waiting for 15768 |
/run-all-tests |
@sre-bot merge failed. |
/run-unit-test |
cherry-pick #15742 to release-4.0
What problem does this PR solve?
Close #15690
Close #15691
Close #15695
Close #15696
In the master version, we forget to check the null value when we compare the different groups during
StreamAgg
.What is changed and how it works?
Add checks for null values when comparing different groups during
StreamAgg
.Check List
Tests