-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Validate subquery expressions #2361
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
enhancement
New feature or request
Comments
This was referenced Apr 27, 2022
@andygrove is there any reason why we can't support multiple columns in the IN subquery? As far as implementation goes, it's fairly trivial. |
I am working on it now. |
@jon-chuang |
This issue is resolved. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The SQL query planner and the DataFrame API both allow logical plans to be created that contain subquery expressions but we do not yet do any validation on these expressions.
Examples of validation we should do:
Describe the solution you'd like
I am leaning towards performing this validation in an optimizer rule because that would be applied regardless of how the logical plan was created.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: