-
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: revert optimizer hint scope #11740
Conversation
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #11740 +/- ##
===========================================
Coverage 81.6782% 81.6782%
===========================================
Files 433 433
Lines 94134 94134
===========================================
Hits 76887 76887
Misses 11821 11821
Partials 5426 5426 |
/run-unit-test |
1 similar comment
/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
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 |
@foreyes merge failed. |
/run-unit-test |
What problem does this PR solve?
Revert hint scope change from #11364
What is changed and how it works?
Stop always push hint into hint stack when meet a new query block.
Check List
Tests
Side effects
Related changes