Skip to content
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

Merged
merged 3 commits into from
May 27, 2019

Conversation

winoros
Copy link
Member

@winoros winoros commented May 14, 2019

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

  • Unit test

Related changes

  • Need to cherry-pick to the release branch

@winoros winoros added type/bugfix This PR fixes a bug. sig/planner SIG: Planner labels May 14, 2019
Copy link
Member

@zz-jason zz-jason left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@XuHuaiyu
Copy link
Contributor

please fix ci and resolve the conflicts @winoros

zz-jason
zz-jason previously approved these changes May 18, 2019
Copy link
Member

@zz-jason zz-jason left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zz-jason zz-jason dismissed their stale review May 18, 2019 13:15

a mistake

Copy link
Contributor

@eurekaka eurekaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@eurekaka eurekaka added the status/LGT2 Indicates that a PR has LGTM 2. label May 20, 2019
@codecov
Copy link

codecov bot commented May 27, 2019

Codecov Report

Merging #10452 into master will increase coverage by 0.0002%.
The diff coverage is 100%.

@@               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

@winoros
Copy link
Member Author

winoros commented May 27, 2019

Since testSuite4 is reopened successfully.
This pr can be approved now.

@alivxxx
Copy link
Contributor

alivxxx commented May 27, 2019

/run-all-tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig/planner SIG: Planner status/LGT2 Indicates that a PR has LGTM 2. type/bugfix This PR fixes a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

panicked when using window function
5 participants