-
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
planner: check required order property for enforced stream aggregation #17338
Conversation
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #17338 +/- ##
================================================
- Coverage 80.2052% 79.8625% -0.3427%
================================================
Files 520 520
Lines 141477 140013 -1464
================================================
- Hits 113472 111818 -1654
- Misses 19088 19226 +138
- Partials 8917 8969 +52 |
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
/run-all-tests |
@eurekaka merge failed. |
CI failed because of #17146 |
/merge |
/run-all-tests |
cherry pick to release-3.1 in PR #17346 |
cherry pick to release-4.0 in PR #17347 |
Is this bug affected with v3.0? @eurekaka |
No. |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
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