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

fix(polars): columns are picked from the correct side in case of conflicting names #8134

Merged

Conversation

kszucs
Copy link
Member

@kszucs kszucs commented Jan 29, 2024

It has been already fixed by the rewrite converting the join chain to pairwise join operations, so this only adds a test case.

Fixes #7345
Depends on #8127

@kszucs kszucs added tests Issues or PRs related to tests polars The polars backend tes-required-for-release Things that must be addressed before *release* of `main` after merging in `the-epic-split` labels Jan 29, 2024
@kszucs kszucs force-pushed the test-join-column-renaming branch from b3dd7d0 to ccd9277 Compare January 29, 2024 16:11
@gforsyth
Copy link
Member

If I remember correctly this also required upstream changes in polars -- do we want to bump the lower bound of supported polars versions to pick up the required change? I'll track down that issue...

@gforsyth
Copy link
Member

oh, it's linked in #7345 -- but also, it doesn't look like it has been fixed upstream yet (although they plan to).

@kszucs kszucs force-pushed the the-epic-split branch 2 times, most recently from 3376022 to 432d151 Compare February 1, 2024 17:39
@cpcloud
Copy link
Member

cpcloud commented Feb 2, 2024

I am rebasing this now.

@cpcloud cpcloud force-pushed the test-join-column-renaming branch from ccd9277 to f8d947c Compare February 2, 2024 10:34
@cpcloud cpcloud enabled auto-merge (squash) February 2, 2024 10:35
@cpcloud cpcloud modified the milestones: 8.0, 9.0 Feb 2, 2024
@cpcloud cpcloud merged commit ecde0c6 into ibis-project:the-epic-split Feb 2, 2024
59 of 65 checks passed
kszucs added a commit that referenced this pull request Feb 2, 2024
@kszucs kszucs deleted the test-join-column-renaming branch February 2, 2024 12:17
cpcloud pushed a commit to cpcloud/ibis that referenced this pull request Feb 4, 2024
cpcloud pushed a commit to cpcloud/ibis that referenced this pull request Feb 5, 2024
kszucs added a commit that referenced this pull request Feb 5, 2024
kszucs added a commit that referenced this pull request Feb 6, 2024
kszucs added a commit that referenced this pull request Feb 6, 2024
cpcloud pushed a commit to cpcloud/ibis that referenced this pull request Feb 12, 2024
cpcloud pushed a commit that referenced this pull request Feb 12, 2024
cpcloud pushed a commit to cpcloud/ibis that referenced this pull request Feb 12, 2024
cpcloud pushed a commit that referenced this pull request Feb 12, 2024
kszucs added a commit that referenced this pull request Feb 12, 2024
ncclementi pushed a commit to ncclementi/ibis that referenced this pull request Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
polars The polars backend tes-required-for-release Things that must be addressed before *release* of `main` after merging in `the-epic-split` tests Issues or PRs related to tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants