-
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
planner: don't put the handle column twice into the index column #18565
Conversation
Codecov Report
@@ Coverage Diff @@
## master #18565 +/- ##
===========================================
Coverage ? 79.2622%
===========================================
Files ? 541
Lines ? 145300
Branches ? 0
===========================================
Hits ? 115168
Misses ? 20839
Partials ? 9293 |
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
/rebuild |
/merge |
/run-all-tests |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-3.0 in PR #18710 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-3.1 in PR #18711 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-4.0 in PR #18712 |
) (#18712) Co-authored-by: Yiding Cui <winoros@gmail.com>
What problem does this PR solve?
Issue Number: close #18564
Problem Summary:
The handle column appeared twice in the index column. Then the index join wrong think this index has one more column than it is.
What is changed and how it works?
What's Changed:
Removed the duplicate column.
Related changes
Check List
Tests
Release note