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: Support writing Array type in parquet #14943

Merged
merged 2 commits into from
Mar 9, 2024
Merged

feat: Support writing Array type in parquet #14943

merged 2 commits into from
Mar 9, 2024

Conversation

ritchie46
Copy link
Member

@ritchie46 ritchie46 commented Mar 9, 2024

closes #14876

@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 Mar 9, 2024
@ritchie46 ritchie46 merged commit 02040aa into main Mar 9, 2024
23 checks passed
@ritchie46 ritchie46 deleted the feat branch March 9, 2024 11:01
@franz101
Copy link

franz101 commented Mar 9, 2024

Wow you are legendary, I just became a sponsor

@ritchie46
Copy link
Member Author

Thanks! 😄

akhilles added a commit to elodin-sys/elodin that referenced this pull request Mar 20, 2024
* feat(nox-ecs): bump polars for Array support

Pick up pola-rs/polars#14943 so that we can
write Parquet files directly.

Signed-off-by: Akhil Velagapudi <4@4khil.com>

* fix(nox-ecs): actually aggregate the dataframes

Signed-off-by: Akhil Velagapudi <4@4khil.com>

* feat(nox-ecs): use built-in parquet writer

Signed-off-by: Akhil Velagapudi <4@4khil.com>

---------

Signed-off-by: Akhil Velagapudi <4@4khil.com>
akhilles added a commit to elodin-sys/elodin that referenced this pull request Mar 20, 2024
* feat(nox-ecs): bump polars for Array support

Pick up pola-rs/polars#14943 so that we can
write Parquet files directly.

Signed-off-by: Akhil Velagapudi <4@4khil.com>

* fix(nox-ecs): actually aggregate the dataframes

Signed-off-by: Akhil Velagapudi <4@4khil.com>

* feat(nox-ecs): use built-in parquet writer

Signed-off-by: Akhil Velagapudi <4@4khil.com>

---------

Signed-off-by: Akhil Velagapudi <4@4khil.com>
akhilles added a commit to elodin-sys/elodin that referenced this pull request Apr 18, 2024
* feat(nox-ecs): bump polars for Array support

Pick up pola-rs/polars#14943 so that we can
write Parquet files directly.

Signed-off-by: Akhil Velagapudi <4@4khil.com>

* fix(nox-ecs): actually aggregate the dataframes

Signed-off-by: Akhil Velagapudi <4@4khil.com>

* feat(nox-ecs): use built-in parquet writer

Signed-off-by: Akhil Velagapudi <4@4khil.com>

---------

Signed-off-by: Akhil Velagapudi <4@4khil.com>
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.

Support pl.Array when writing parquet files
2 participants