-
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, sctx: open enhanced index join pattern by default | tidb-test=pr/2395 #56172
planner, sctx: open enhanced index join pattern by default | tidb-test=pr/2395 #56172
Conversation
The extra changes in https://github.com/pingcap/tidb/pull/56172/files#diff-e82acde450b380d2b2347aeb83d34bffaaa10b19d9eb24ea7aadbef96d71c875 is to solve the following issue:
So I changed the code to solve this issue. The affected test is |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #56172 +/- ##
================================================
+ Coverage 73.3233% 75.9931% +2.6698%
================================================
Files 1604 1656 +52
Lines 444617 455783 +11166
================================================
+ Hits 326008 346364 +20356
+ Misses 98674 87959 -10715
- Partials 19935 21460 +1525
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/retest |
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
[LGTM Timeline notifier]Timeline:
|
@zimulala ptal |
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 for infoschema
928ba4e
to
c1a1488
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AilinKid, elsa0520, hawkingrei, Leavrth, tangenta, yudongusa, zimulala The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@winoros: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
@winoros: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/retest |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created to branch |
What problem does this PR solve?
Issue Number: ref #47233
Problem Summary:
What changed and how does it work?
Open the var
tidb_enable_inl_join_inner_multi_pattern
by default.Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.