-
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: add index optimizer hint #11746
Conversation
/run-all-tests |
f9ceb61
to
6b1172a
Compare
757952a
to
058c273
Compare
Codecov Report
@@ Coverage Diff @@
## master #11746 +/- ##
===========================================
Coverage 81.9727% 81.9727%
===========================================
Files 435 435
Lines 96027 96027
===========================================
Hits 78716 78716
Misses 11847 11847
Partials 5464 5464 |
Codecov Report
@@ Coverage Diff @@
## master #11746 +/- ##
================================================
- Coverage 81.4277% 81.4256% -0.0022%
================================================
Files 433 433
Lines 93193 93220 +27
================================================
+ Hits 75885 75905 +20
- Misses 11877 11880 +3
- Partials 5431 5435 +4 |
PTAL. @lamxTyler @lzmhhh123 |
f95468f
to
d88c67b
Compare
/run-all-tests |
1 similar comment
/run-all-tests |
930d783
to
1a85b8e
Compare
1a85b8e
to
36614f9
Compare
4c08fbb
to
bebb8ee
Compare
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
6ab722b
to
2938767
Compare
/run-all-tests |
/run-unit-test |
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 |
What problem does this PR solve?
Support SQL hint
use index
in comment-style optimizer hint.What is changed and how it works?
Add new hint field into
planbuilder
, and add matchedast.IndexHint
intoast.TableName
when build data source.Check List
Tests