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

Some examples in PartiQL spec fail to compile #6

Open
popematt opened this issue Sep 25, 2023 · 2 comments · May be fixed by #71
Open

Some examples in PartiQL spec fail to compile #6

popematt opened this issue Sep 25, 2023 · 2 comments · May be fixed by #71
Labels
bug Something isn't working

Comments

@popematt
Copy link

In 6.1.4 Treatment of MISSING in SELECT VALUE, all of the examples (18-21) are not valid PartiQL. For example, SELECT VALUE {'a':v.a, 'b':v.b} FROM [{'a':1, 'b':1}, {'a':2}] has no binding for v and should actually be SELECT VALUE {'a':v.a, 'b':v.b} FROM [{'a':1, 'b':1}, {'a':2}] as v.

@popematt popematt added the bug Something isn't working label Sep 25, 2023
@alancai98
Copy link
Member

Related to #33.

@popematt
Copy link
Author

Oh, I didn't see that issue when I was looking for similar issues. You could close this as a duplicate if you want.

@johnedquinn johnedquinn transferred this issue from partiql/partiql-spec Nov 27, 2023
@alancai98 alancai98 linked a pull request Dec 13, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants