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): add workaround to compile Array<Array> correctly #9484

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

NickCrews
Copy link
Contributor

Workaround for pola-rs/polars#17294

pl.concat_list(Iterable[T]) results in pl.List[T], EXCEPT when T is a
pl.List, in which case pl.concat_list(Iterable[pl.List[T]]) results in pl.List[T].
If polars ever supports a more consistent array constructor,
we should switch to that.

Found this when working on #9473

Copy link
Member

@gforsyth gforsyth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Thanks @NickCrews !

@gforsyth gforsyth merged commit 5a9d026 into ibis-project:main Jul 1, 2024
76 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants