-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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: fix invalid key error of fast analyze #11072
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11072 +/- ##
================================================
- Coverage 80.9685% 80.9393% -0.0293%
================================================
Files 419 418 -1
Lines 89326 89194 -132
================================================
- Hits 72326 72193 -133
+ Misses 11767 11759 -8
- Partials 5233 5242 +9 |
Codecov Report
@@ Coverage Diff @@
## master #11072 +/- ##
===========================================
Coverage 81.2155% 81.2155%
===========================================
Files 419 419
Lines 90117 90117
===========================================
Hits 73189 73189
Misses 11656 11656
Partials 5272 5272 |
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 |
/run-integration-common-test |
1 similar comment
/run-integration-common-test |
/run-all-tests |
What problem does this PR solve?
What is changed and how it works?
We should check the validity of iterator before using them.
Check List
Tests
Code changes
Side effects
Related changes