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): Array (backed by arrow::FixedSizeList datatype #8943

Merged
merged 71 commits into from May 22, 2023

Conversation

ritchie46
Copy link
Member

@ritchie46 ritchie46 commented May 20, 2023

A lot of work done by @kylebarron.

supersedes #8342

I will name the datatype Array which will have the invariants that all subarrays have an equal lenght. This is similar to what one can expect with numpy arrays. The naming fits an existing well known datatype and is much shorter than FixedSizeList.

kylebarron and others added 30 commits April 14, 2023 18:37
@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 May 20, 2023
@alexander-beedie
Copy link
Collaborator

Wow 😮

@ritchie46 ritchie46 changed the title feat(rust, python): FixedSizeList datatype feat(rust, python): Array (backed by arrow::FixedSizeList datatype May 22, 2023
@ritchie46 ritchie46 added the highlight Highlight this PR in the changelog label May 22, 2023
@ritchie46 ritchie46 merged commit c9123af into main May 22, 2023
14 of 15 checks passed
@ritchie46 ritchie46 deleted the fixed_size_list branch May 22, 2023 09:15
c-peters pushed a commit to c-peters/polars that referenced this pull request Jul 14, 2023
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 highlight Highlight this PR in the changelog python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants