-
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, expression: 1. rename tryToMatch to tryToMatchOuters 2. tiny refine tryToMatchOuters #12138
Conversation
…y-refine tryToMatchOuters
/run-all-tests |
expression/chunk_executor.go
Outdated
filterResult int64 | ||
bVal, isNullResult bool | ||
err error | ||
) |
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.
how about moving these variable definition out of the for loop?
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
Your auto merge job has been accepted, waiting for #12144 |
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #12138 +/- ##
===========================================
Coverage 81.3005% 81.3005%
===========================================
Files 452 452
Lines 96741 96741
===========================================
Hits 78651 78651
Misses 12450 12450
Partials 5640 5640 |
What problem does this PR solve?
What is changed and how it works?
Check List
Tests
N/A
Code changes
Side effects
N/A
Related changes
N/A
Release note
N/A