-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat(rust, python,cli): add support for AND in SQL join-clause context #13242
Conversation
@alexander-beedie can you take a look at this one? |
Will do; slipped my radar over Xmas & the New Year 👌 |
cce96b9
to
7f8ad38
Compare
(Just doing a rebase; will start looking) |
2d81c71
to
9e17ebb
Compare
9e17ebb
to
fc7bebe
Compare
7792cdc
to
798f6b8
Compare
Ok, I slightly streamlined some vec accumulation and added a set of additional tests (on the Python side) to help further validate. All pass, so seems to be working well - didn't change any of the logic, everything worked "as-is". Thanks for the PR @aaarrti :) @ritchie46: looks good to go. |
This is a fix for the issue described here #11290
Hi @alexander-beedie, tbh I am not very happy with how I managed to organize it. I also had a hard time thinking of the test cases, so I'd like to hear your recommendations!