-
Notifications
You must be signed in to change notification settings - Fork 61
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
Enable the IN clause to also compare the value of single-pair structs #614
Conversation
This change only applies to
|
@dlurton -- Since this is working on a feature branch off of main, do you think it would make sense to create a separate PR to add to |
@johnedquinn I am hoping it can be merged by EOD today but that will depend on getting the approval of @alancai98 I would not make that separate PR due to the possibility of it being "inadvertently deprioritized". Annnnnnnnd... it looks like he just approved it. I'll merge shortly... |
@dlurton -- ACK. I'll park this and wait for the merge to main. Action items:
|
Merges the following PRs to `main`: - #583 - #584 - #587 - #588 - #589 - #609 - #590 - #592 Also, this adds a TODO comment (ea40e4a, requested by @am357 in offline chat) and excludes `PlannerPipeline` from the new aggregate tests which were pulled in when merging from `main` and were not part of the other PRs (34025b3). By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Accidentally merged all of the new changes in main into this feature branch. Starting a new one to make it easier for reviewers. Following up with PR #621 . |
Related Issue
Related to #524
Description
Allows the IN clause to compare the value of single-pair structs, to maintain compatibility with SQL-92. To do this, it is necessary to make two changes:
Examples
should result in:
Notice
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.