-
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: unfold the wildcard when creating view (#11818) #12912
Conversation
/run-all-tests |
/run-common-test tidb-test=pr/930 |
1 similar comment
/run-common-test tidb-test=pr/930 |
/run-all-tests tidb-test=pr/930 |
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 12936 |
/run-all-tests |
cherry pick to release-3.0 failed |
cherry-pick #11818
conflict files: planner/core/logical_plan_builder.go
What problem does this PR solve?
As part of View implement, remove view's wildcard and expand it.
What is changed and how it works?
ref proposal Proposal: Implement View
Check List
Tests
Description
Let's take a example with create view,
Before this PR,View will store select statement like
After this PR, View will store select statement like