-
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
planner, executor: set TblInfo correctly when fast analyze PK #16005
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
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #16005 +/- ##
===============================================
+ Coverage 80.4491% 80.541% +0.0919%
===============================================
Files 506 506
Lines 135426 135331 -95
===============================================
+ Hits 108949 108997 +48
+ Misses 17971 17838 -133
+ Partials 8506 8496 -10 |
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 #16079 |
cherry pick to release-3.1 in PR #16080 |
cherry pick to release-4.0 in PR #16081 |
What problem does this PR solve?
Issue Number: close #15993
Problem Summary:
What is changed and how it works?
TblInfo is not set when buildAnalyzeIndex and the index is handle.
Proposal: xxx
What's Changed:
Set TblInfo correctly.
How it Works:
Related changes
Check List
Tests
Side effects
N/A
Release note