-
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: freeze the output order of UPDATE's select #13166
Conversation
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.
CI fails, @winoros PTAL
#13208 Would fix the failed unit test this pr meets. |
Codecov Report
@@ Coverage Diff @@
## master #13166 +/- ##
===========================================
Coverage 80.1737% 80.1737%
===========================================
Files 469 469
Lines 112548 112548
===========================================
Hits 90234 90234
Misses 15320 15320
Partials 6994 6994 |
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
Your auto merge job has been accepted, waiting for 13354, 13209 |
/run-all-tests |
@winoros merge failed. |
What problem does this PR solve?
Join reorder may be applied in optimization and cause the columns' output order changed.
The added test would panic then.
What is changed and how it works?
Add a projection to freeze the output order.
Check List
Tests
Release note