-
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: should clone column in injectProjBelowSort #10452
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.
LGTM
please fix ci and resolve the conflicts @winoros |
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
Codecov Report
@@ Coverage Diff @@
## master #10452 +/- ##
================================================
+ Coverage 77.7059% 77.7061% +0.0002%
================================================
Files 413 413
Lines 87503 87504 +1
================================================
+ Hits 67995 67996 +1
+ Misses 14359 14358 -1
- Partials 5149 5150 +1 |
Since testSuite4 is reopened successfully. |
/run-all-tests |
What problem does this PR solve?
fix #10435
What is changed and how it works?
Clone the column since we don't the output of child's children. So we should not change the index of columns in child.
Check List
Tests
Related changes