-
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
executor: improve codes of stmt hints #12246
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12246 +/- ##
=========================================
Coverage 81.075% 81.075%
=========================================
Files 454 454
Lines 98658 98658
=========================================
Hits 79987 79987
Misses 12899 12899
Partials 5772 5772 |
should we cherry pick this pr to release-3.1? |
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
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
Your auto merge job has been accepted, waiting for 12250, 12225 |
/run-all-tests |
@foreyes merge failed. |
/run-unit-test |
Nope, seems we don't need these hints in 3.1. |
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
44c2a7e
to
a27600a
Compare
/run-all-tests |
Could you approve again? @lamxTyler |
/merge |
Your auto merge job has been accepted, waiting for 12249, 12234 |
Does release 3.1 have this performance issue? |
/run-all-tests |
@foreyes merge failed. |
/run-unit-test |
What problem does this PR solve?
Improve codes of #11809
What is changed and how it works?
Reduce function cost when there is no sql hint.
Record last hint instead of save the whole list.
Check List
Tests
Code changes
Side effects
Related changes
Release note