support PointGet plan when table has alias name #11149
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
sig/planner
SIG: Planner
type/enhancement
The issue or PR belongs to an enhancement.
Feature Request
Is your feature request related to a problem? Please describe:
If the table has no alias name, it can be executed with
Point_Get
plan:But if we add an alias name for the queried table, it can not be executed by
Point_Get
plan:Describe the feature you'd like:
Be able to use point get plan even when the table has an alias name.
Describe alternatives you've considered:
No
Teachability, Documentation, Adoption, Migration Strategy:
No
The text was updated successfully, but these errors were encountered: