-
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: make join order hint and join method hint compatible #36600
Labels
affects-6.5
This bug affects the 6.5.x(LTS) versions.
report/customer
Customers have encountered this bug.
sig/planner
SIG: Planner
type/enhancement
The issue or PR belongs to an enhancement.
Comments
Reminiscent
added
type/enhancement
The issue or PR belongs to an enhancement.
sig/planner
SIG: Planner
labels
Jul 27, 2022
12 tasks
12 tasks
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Feb 20, 2023
12 tasks
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Mar 1, 2023
ti-chi-bot
pushed a commit
that referenced
this issue
Mar 3, 2023
This was referenced Mar 6, 2023
ti-chi-bot
pushed a commit
that referenced
this issue
Mar 8, 2023
ti-chi-bot
pushed a commit
that referenced
this issue
Mar 9, 2023
12 tasks
/found customer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-6.5
This bug affects the 6.5.x(LTS) versions.
report/customer
Customers have encountered this bug.
sig/planner
SIG: Planner
type/enhancement
The issue or PR belongs to an enhancement.
Now, the leading hint can not take effect when we use the join method hint(like hash_join hint) at the same time. So we should make them compatible.
The text was updated successfully, but these errors were encountered: