-
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: clustered index support primary
index hint
#18478
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
@lzmhhh123,Thanks for your review. |
/merge |
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
@zhangjinpeng1987,Thanks for your review. |
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #18478 +/- ##
================================================
- Coverage 79.5849% 79.4382% -0.1467%
================================================
Files 540 540
Lines 145990 144764 -1226
================================================
- Hits 116186 114998 -1188
+ Misses 20487 20486 -1
+ Partials 9317 9280 -37 |
What problem does this PR solve?
Clustered index return error if specify
use index (PRIMARY)
What is changed and how it works?
Return tablePath if table is common handle table.
Check List
Tests
Release note