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

feat(spansql/spannertest): support NOT IN clause #3716

Closed

Conversation

sryoya
Copy link
Contributor

@sryoya sryoya commented Feb 19, 2021

About

Fixes #3715

Note

I made the function return early when it finds "IN" as well as "NOT IN", though "IN" can be already skipped in the following codes. That's because I suppose it's more readable to notice that "IN" including "NOT IN" is out of the parsing scope of this function.
For the same point, I put this validation before if tok.value == "NOT", not in this "if" statement.

@sryoya sryoya requested review from skuruppu and a team as code owners February 19, 2021 11:05
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Feb 19, 2021
@product-auto-label product-auto-label bot added the api: spanner Issues related to the Spanner API. label Feb 19, 2021
@codyoss codyoss added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 19, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 19, 2021
@dsymonds
Copy link
Contributor

See #3724 instead.

@sryoya
Copy link
Contributor Author

sryoya commented Feb 23, 2021

Ok, thanks! Sounds better.

@sryoya sryoya closed this Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the Spanner API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

spannertest/spansql: Support "NOT IN" clause
4 participants