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: Add supertype for List/Array #12016

Merged
merged 3 commits into from
Oct 26, 2023
Merged

feat: Add supertype for List/Array #12016

merged 3 commits into from
Oct 26, 2023

Conversation

stinodego
Copy link
Contributor

@stinodego stinodego commented Oct 25, 2023

Partially addresses #12012

This allows operations between List and Array types by casting to List.

Also should allow operations between Array types (though they are not implemented, so I cannot test for this...).

@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 Oct 25, 2023
@stinodego stinodego force-pushed the fix-array-list-supertype branch from 9b9838e to bf66c1b Compare October 25, 2023 09:45
@stinodego stinodego marked this pull request as ready for review October 25, 2023 10:07
@stinodego stinodego marked this pull request as draft October 25, 2023 10:22
@stinodego stinodego marked this pull request as ready for review October 25, 2023 10:24
@ritchie46 ritchie46 merged commit 71cfcdb into main Oct 26, 2023
@ritchie46 ritchie46 deleted the fix-array-list-supertype branch October 26, 2023 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

2 participants