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

[V1] Fix handling of subqueries and VALUES modeling #1641

Open
RCHowell opened this issue Nov 4, 2024 · 0 comments
Open

[V1] Fix handling of subqueries and VALUES modeling #1641

RCHowell opened this issue Nov 4, 2024 · 0 comments
Labels
enhancement New feature or request V1 This is related to the V1 release of PartiQL.

Comments

@RCHowell
Copy link
Member

RCHowell commented Nov 4, 2024

Description

Previous versions of PartiQL did not handle modeling of sub-queries beyond treating them like collections, but there are additional SQL constructs we need to account for. The V1 plans contain the expanded modeling, but the AST and planner need to support these. You'll find several TODOs commented into the codebase, this issue is to track completion of end-to-end sub-query handling per SQL spec.

Related recent PR #1638

need to take a closer look at the VALUES modeling. I'm not sure yet if it should be an Expr or something different.

@RCHowell RCHowell added enhancement New feature or request V1 This is related to the V1 release of PartiQL. labels Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request V1 This is related to the V1 release of PartiQL.
Projects
None yet
Development

No branches or pull requests

1 participant