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

Pipe syntax not working as advertised in v1.5.29 #213

Open
apstndb opened this issue Feb 21, 2025 · 0 comments
Open

Pipe syntax not working as advertised in v1.5.29 #213

apstndb opened this issue Feb 21, 2025 · 0 comments

Comments

@apstndb
Copy link

apstndb commented Feb 21, 2025

The release note for v1.5.29 states:

Enabling GoogleSQL pipe syntax.

However, I'm encountering a syntax error when attempting to use pipe syntax (FROM query) with the emulator. Specifically, running a simple query like the one below fails:

spanner> FROM (SELECT 1);
ERROR: spanner: code="InvalidArgument", desc: Syntax error: Unexpected FROM [at 1:1]
FROM (SELECT 1)
^

I know the pipe syntax is not yet officially released in the real Spanner instance, but it should work in the emulator as written in the release note.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant