-
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
planner: check required order property for enforced stream aggregation (#17338) #17347
planner: check required order property for enforced stream aggregation (#17338) #17347
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
please fix CI:
|
8318054
to
2aa891b
Compare
/run-unit-test |
/run-unit-test |
/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-all-tests |
/run-unit-test |
2 similar comments
/run-unit-test |
/run-unit-test |
/run-unit-test |
2 similar comments
/run-unit-test |
/run-unit-test |
/approve |
Approve failed. |
/approve |
Approve failed. |
/merge |
/run-all-tests |
cherry-pick #17338 to release-4.0
What problem does this PR solve?
Issue Number: close #17325
Problem Summary:
Wrong result for enforced stream aggregation when order is required.
What is changed and how it works?
What's Changed:
Check if the enforced stream aggregation can satisfy the required order property.
Related changes
Check List
Tests
Side effects
N/A
Release note