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

Update polars to 0.38.3 #195

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TheEdgeOfRage
Copy link

Motivation

The current version of polars used (v0.36.2) is generating somewhat corrupted parquet files. They can be read by some libraries (such as arrow), but not others (spark, trino). Updating to 0.38.3 resolves this issue. This is lot the latest release of polars, but 0.39 and later have some breaking changes that would impact cryo that I wanted to avoid, since 38 already includes the fix that I need

Solution

There are some breaking changes on the 0.37 and 0.38 upgrades, but none of these should impact cryo from what I've seen:

https://github.com/pola-rs/polars/releases/tag/rs-0.37.0
https://github.com/pola-rs/polars/releases/tag/rs-0.38.0

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@TheEdgeOfRage TheEdgeOfRage changed the title Update polars to 0.41.3 Update polars to 0.38.3 Jul 9, 2024
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.

1 participant