-
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
executor: refine the usage of expression blacklist #11940
Conversation
/run-all-tests |
Codecov Report
@@ 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 |
/run-common-test |
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
/run-all-tests |
cherry pick to release-3.0 in PR #11944 |
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
Side effects
N/A
Related changes
Release note