-
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
Miss data shuffle between mpp window functions #35990
Labels
Comments
LittleFall
added
type/bug
The issue is confirmed as a bug.
sig/planner
SIG: Planner
labels
Jul 6, 2022
w2 is a global window, which requires data to gather into a single worker. We should see a gather exchange here. It is a planner bug, please assign it to me. |
ti-chi-bot
added
may-affects-4.0
This bug maybe affects 4.0.x versions.
may-affects-5.0
This bug maybe affects 5.0.x versions.
may-affects-5.1
This bug maybe affects 5.1.x versions.
may-affects-5.2
This bug maybe affects 5.2.x versions.
may-affects-5.3
This bug maybe affects 5.3.x versions.
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-6.0
may-affects-6.1
labels
Jul 7, 2022
LittleFall
removed
may-affects-4.0
This bug maybe affects 4.0.x versions.
may-affects-5.1
This bug maybe affects 5.1.x versions.
may-affects-5.2
This bug maybe affects 5.2.x versions.
may-affects-5.3
This bug maybe affects 5.3.x versions.
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-5.0
This bug maybe affects 5.0.x versions.
may-affects-6.0
labels
Jul 7, 2022
LittleFall
changed the title
Need data shuffle between mpp window functions
Miss data shuffle between mpp window functions
Jul 7, 2022
Merged
1 task
1 task
This was referenced Aug 29, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
see #35256 (comment)
2. What did you expect to see? (Required)
there is an exchange in these windows
3. What did you see instead (Required)
no exchange
4. What is your TiDB version? (Required)
master
The text was updated successfully, but these errors were encountered: