You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running with n = 100 the test passes but for n=1000 it panics with:
running 1 test
Error: External format error: underlying IO error: Compression failed
I believe this to be fixed in jorgecarleitao/parquet2#140 but Arrow and Polars would have to be updated but I'm not sure if this is actually the cause.
Feel free to close this issue if you don't think it gives value to track this on the Polars repo.
The text was updated successfully, but these errors were encountered:
Yes, this should already been fixed. @jorgecarleitao issued a new parquet2 release a few days ago. It should be automatically used if you remove your lockfile.
What language are you using?
Rust
Which feature gates did you use?
latest:
polars = { git = "https://github.com/pola-rs/polars", rev = "91e089b920b0928eb1dbfa0c1bd7ba0935e92f8f", features = ["lazy", "is_in", "parquet", "json", "strings", "sort_multiple", "round_series"] }
Describe your bug.
Writing "large" parquet files fails
What are the steps to reproduce the behavior?
What is the actual behavior?
Running with
n = 100
the test passes but forn=1000
it panics with:I believe this to be fixed in jorgecarleitao/parquet2#140 but Arrow and Polars would have to be updated but I'm not sure if this is actually the cause.
Feel free to close this issue if you don't think it gives value to track this on the Polars repo.
The text was updated successfully, but these errors were encountered: