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

chore(spanner/spansql): restructure FROM, TABLESAMPLE #2888

Merged
merged 2 commits into from
Sep 18, 2020
Merged

chore(spanner/spansql): restructure FROM, TABLESAMPLE #2888

merged 2 commits into from
Sep 18, 2020

Conversation

dsymonds
Copy link
Contributor

These type rearrangements make room for JOIN support.

There's no change to what may be parsed, or to what is supported by spannertest, though there is also a minor fix to include the table alias when rendering a SelectFrom via its SQL() method.

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 18, 2020
@dsymonds dsymonds linked an issue Sep 18, 2020 that may be closed by this pull request
@dsymonds dsymonds removed a link to an issue Sep 18, 2020
@olavloite olavloite changed the title spanner/spansql: restructure FROM, TABLESAMPLE chore(spanner/spansql): restructure FROM, TABLESAMPLE Sep 18, 2020
Copy link
Contributor

@olavloite olavloite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@olavloite
Copy link
Contributor

@dsymonds BTW: The google-cloud-go team has agreed to start using conventional commits with the package name in the scope for this repo, hence the modified PR title.

This is to make room for other types of FROM clauses.

Updates #2850.
This is to make room for other kinds of FROM clauses, such as JOIN.

Updates #2850.
@dsymonds
Copy link
Contributor Author

@dsymonds BTW: The google-cloud-go team has agreed to start using conventional commits with the package name in the scope for this repo, hence the modified PR title.

Bizarre, but alright.

@dsymonds dsymonds merged commit b4d938e into googleapis:master Sep 18, 2020
@dsymonds dsymonds deleted the spansql-join branch September 18, 2020 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants