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

expression, executor: correct the funcName for wrapWithIsTrue #14515

Merged
merged 3 commits into from
Jan 17, 2020

Conversation

XuHuaiyu
Copy link
Contributor

@XuHuaiyu XuHuaiyu commented Jan 17, 2020

What problem does this PR solve?

Fix #14514

What is changed and how it works?

Correct the name of function IsTrue in wrapWithIsTrue.
In SimplifyOuterJoin, all the columns will be replaced by null, and the function will be reconstructed. The invalid function name before this commit will cause a panic.

Check List

Tests

  • Integration test

Code changes

  • Has exported function/method change

Side effects

N/A

Related changes

  • Need to cherry-pick to the release branch

Release note

@XuHuaiyu XuHuaiyu requested a review from a team as a code owner January 17, 2020 08:23
@ghost ghost requested review from qw4990 and SunRunAway and removed request for a team January 17, 2020 08:23
@XuHuaiyu
Copy link
Contributor Author

/run-all-tests

Copy link
Contributor

@qw4990 qw4990 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

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

/merge

@sre-bot sre-bot added the status/can-merge Indicates a PR has been approved by a committer. label Jan 17, 2020
@sre-bot
Copy link
Contributor

sre-bot commented Jan 17, 2020

/run-all-tests

@sre-bot
Copy link
Contributor

sre-bot commented Jan 17, 2020

@XuHuaiyu merge failed.

@XuHuaiyu
Copy link
Contributor Author

/rebuild

@XuHuaiyu
Copy link
Contributor Author

/merge

@sre-bot
Copy link
Contributor

sre-bot commented Jan 17, 2020

/run-all-tests

@XuHuaiyu XuHuaiyu merged commit 00ef8b6 into pingcap:master Jan 17, 2020
@XuHuaiyu XuHuaiyu deleted the wrapwithistrue branch January 17, 2020 09:12
@sre-bot
Copy link
Contributor

sre-bot commented Jan 17, 2020

cherry pick to release-3.0 in PR #14516

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/expression status/can-merge Indicates a PR has been approved by a committer. type/bugfix This PR fixes a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unexpected panic in simplifyOuterJoin
4 participants