Skip to content
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: support query block alias for leading hint #44700

Merged
merged 3 commits into from
Jun 15, 2023

Conversation

qw4990
Copy link
Contributor

@qw4990 qw4990 commented Jun 15, 2023

What problem does this PR solve?

Issue Number: close #44645

Problem Summary: planner: support query block alias for leading hint

What is changed and how it works?

planner: support query block alias for leading hint

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No code

Side effects

  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • Breaking backward compatibility

Documentation

  • Affects user behaviors
  • Contains syntax changes
  • Contains variable changes
  • Contains experimental features
  • Changes MySQL compatibility

Release note

Please refer to Release Notes Language Style Guide to write a quality release note.

None

@ti-chi-bot ti-chi-bot bot added needs-cherry-pick-release-7.1 release-note-none size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jun 15, 2023
@qw4990
Copy link
Contributor Author

qw4990 commented Jun 15, 2023

/test check-dev

@ti-chi-bot
Copy link

ti-chi-bot bot commented Jun 15, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hawkingrei, time-and-fate

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:
  • OWNERS [hawkingrei,time-and-fate]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot
Copy link

ti-chi-bot bot commented Jun 15, 2023

[LGTM Timeline notifier]

Timeline:

  • 2023-06-15 07:45:47.792187086 +0000 UTC m=+244544.206791158: ☑️ agreed by hawkingrei.
  • 2023-06-15 10:02:58.869708193 +0000 UTC m=+252775.284312272: ☑️ agreed by time-and-fate.

@ti-chi-bot ti-chi-bot bot merged commit 8633c8c into pingcap:master Jun 15, 2023
8 checks passed
@ti-chi-bot
Copy link
Member

In response to a cherrypick label: new pull request created to branch release-7.1: #44713.

@ti-chi-bot
Copy link
Member

In response to a cherrypick label: new pull request created to branch release-6.5: #53758.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm needs-cherry-pick-release-6.5 needs-cherry-pick-release-7.1 release-note-none size/L Denotes a PR that changes 100-499 lines, ignoring generated files. type/bug-fix This PR fixes a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

inl_join hint doesn't take effect after changing table order in SQL statement
4 participants