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

executor: refine the usage of expression blacklist #11940

Merged
merged 7 commits into from
Aug 30, 2019

Conversation

XuHuaiyu
Copy link
Contributor

What problem does this PR solve?

refine the usage of expression blacklist

What is changed and how it works?

Before this commit, we need to use an alias name to avoid the pushing down of a specific expression.
After this commit, we can use the original name of expression to avoid it.

Check List

Tests
exist tests

Code changes

  • Has exported function/method change
  • Has exported variable/fields change

Side effects

N/A

Related changes

  • Need to cherry-pick to the release branch

Release note

  • Write release note for bug-fix or new feature.

@XuHuaiyu
Copy link
Contributor Author

/run-all-tests

@codecov
Copy link

codecov bot commented Aug 30, 2019

Codecov Report

Merging #11940 into master will decrease coverage by 0.0725%.
The diff coverage is 0%.

@@               Coverage Diff                @@
##             master     #11940        +/-   ##
================================================
- Coverage   81.3028%   81.2303%   -0.0725%     
================================================
  Files           443        438         -5     
  Lines         94929      94541       -388     
================================================
- Hits          77180      76796       -384     
+ Misses        12264      12250        -14     
- Partials       5485       5495        +10

@XuHuaiyu
Copy link
Contributor Author

/run-common-test
/run-integration-common-test

Copy link
Contributor

@lzmhhh123 lzmhhh123 left a comment

Choose a reason for hiding this comment

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

LGTM.

@lzmhhh123 lzmhhh123 added the status/LGT1 Indicates that a PR has LGTM 1. label Aug 30, 2019
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

@qw4990 qw4990 added status/can-merge Indicates a PR has been approved by a committer. status/LGT2 Indicates that a PR has LGTM 2. and removed status/LGT1 Indicates that a PR has LGTM 1. labels Aug 30, 2019
@sre-bot
Copy link
Contributor

sre-bot commented Aug 30, 2019

/run-all-tests

@XuHuaiyu XuHuaiyu merged commit fc73976 into pingcap:master Aug 30, 2019
@XuHuaiyu XuHuaiyu deleted the refine_expr_blacklist branch August 30, 2019 05:29
@sre-bot
Copy link
Contributor

sre-bot commented Aug 30, 2019

cherry pick to release-3.0 in PR #11944

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig/execution SIG execution status/can-merge Indicates a PR has been approved by a committer. status/LGT2 Indicates that a PR has LGTM 2.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants