-
Notifications
You must be signed in to change notification settings - Fork 2.3k
vtgate v3 planner removal #13458
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
vtgate v3 planner removal #13458
Changes from all commits
11f2f29
41028d9
0d4259a
84f41f8
e704aa5
cdbcd16
a9828c8
473e180
076f73c
86e96c4
60e4f8c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2299,11 +2299,6 @@ type ( | |
|
|
||
| // ColName represents a column name. | ||
| ColName struct { | ||
| // Metadata is not populated by the parser. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. been waiting for this for so long... :) |
||
| // It's a placeholder for analyzers to store | ||
| // additional data, typically info about which | ||
| // table or column this node references. | ||
| Metadata any | ||
| Name IdentifierCI | ||
| Qualifier TableName | ||
| } | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
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.
don't understand why this is needed
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.
timing out on CI :(