You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: