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

feat(rust, python,cli): add support for AND in SQL join-clause context #13242

Merged
merged 10 commits into from
Jan 5, 2024

Conversation

aaarrti
Copy link
Contributor

@aaarrti aaarrti commented Dec 24, 2023

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!

@ritchie46
Copy link
Member

@alexander-beedie can you take a look at this one?

@alexander-beedie
Copy link
Collaborator

alexander-beedie commented Jan 2, 2024

Will do; slipped my radar over Xmas & the New Year 👌

@alexander-beedie
Copy link
Collaborator

alexander-beedie commented Jan 4, 2024

(Just doing a rebase; will start looking)

@alexander-beedie alexander-beedie force-pushed the #11290-compound-join-sql branch 2 times, most recently from 2d81c71 to 9e17ebb Compare January 4, 2024 15:44
@alexander-beedie
Copy link
Collaborator

alexander-beedie commented Jan 4, 2024

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.

@ritchie46 ritchie46 merged commit 24f5cea into pola-rs:main Jan 5, 2024
25 checks passed
@aaarrti aaarrti deleted the #11290-compound-join-sql branch January 5, 2024 17:34
@alexander-beedie alexander-beedie added the A-sql Area: Polars SQL functionality label Jan 7, 2024
@alexander-beedie alexander-beedie changed the title #11290 add support for AND in SQL context feat(rust, python,cli): add support for AND in SQL join-clause context Jan 7, 2024
@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars labels Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sql Area: Polars SQL functionality enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants