-
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
stats: remove the lower bound of auto analyze ratio #13995
Conversation
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 |
/merge |
Codecov Report
@@ Coverage Diff @@
## master #13995 +/- ##
================================================
- Coverage 80.2073% 80.1792% -0.0281%
================================================
Files 482 481 -1
Lines 120752 120596 -156
================================================
- Hits 96852 96693 -159
- Misses 16178 16183 +5
+ Partials 7722 7720 -2 |
/run-all-tests |
cherry pick to release-3.0 failed |
cherry pick to release-2.1 failed |
What problem does this PR solve?
0.3 is too large for auto analyze ratio, some tables cannot be analyzed in time.
What is changed and how it works?
Remove that lower bound.
Check List
Tests
Code changes
Side effects
Related changes
Release note