-
Notifications
You must be signed in to change notification settings - Fork 3.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
sql/parser: parsing for interleaved tables/indexes #7655
Conversation
Review status: 0 of 8 files reviewed at latest revision, all discussions resolved, some commit checks failed. Comments from Reviewable |
Review status: 0 of 8 files reviewed at latest revision, 1 unresolved discussion, some commit checks failed. sql/parser/parse_test.go, line 101 [r1] (raw file):
When interleaving an index, I assume we're only going to allow interleaving the index in the table it is part of. So perhaps the parent name should be omitted in this case and the Comments from Reviewable |
Review status: 0 of 8 files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. sql/parser/sql.y, line 1599 [r1] (raw file):
Using Comments from Reviewable |
Review status: 0 of 8 files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. sql/parser/parse_test.go, line 101 [r1] (raw file):
|
Review status: 0 of 8 files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. sql/parser/parse_test.go, line 101 [r1] (raw file):
|
sql/parser/parse_test.go, line 101 [r1] (raw file):
|
I ran doc generation locally and the SKIP DOC seems to work and keep this off the diagrams. For cockroachdb#2972.
I ran doc generation locally and the SKIP DOC seems to work and keep this off
the diagrams.
For #2972.
This change is![Reviewable](https://camo.githubusercontent.com/1541c4039185914e83657d3683ec25920c672c6c5c7ab4240ee7bff601adec0b/68747470733a2f2f72657669657761626c652e696f2f7265766965775f627574746f6e2e737667)