-
Notifications
You must be signed in to change notification settings - Fork 490
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
parser: add TableOptimizerHint TIDB_HASHAGG and TIDB_STREAMAGG #394
Conversation
Codecov Report
@@ Coverage Diff @@
## master #394 +/- ##
==========================================
+ Coverage 70.16% 70.16% +<.01%
==========================================
Files 32 32
Lines 7433 7434 +1
==========================================
+ Hits 5215 5216 +1
Misses 1703 1703
Partials 515 515
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #394 +/- ##
==========================================
+ Coverage 70.16% 70.16% +<.01%
==========================================
Files 32 32
Lines 7433 7434 +1
==========================================
+ Hits 5215 5216 +1
Misses 1703 1703
Partials 515 515
Continue to review full report at Codecov.
|
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.
Rest LGTM
Co-Authored-By: kennytm <kennytm@gmail.com>
PTAL @crazycs520 @kennytm |
PTAL. @lamxTyler |
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
What problem does this PR solve?
Add new optimizer hints for TiDB PR: pingcap/tidb#11364
What is changed and how it works?
Change parser and a related
Restore
interface.Check List
Tests