Polars: panic, found compressed page in the middle of the pages
System details:
Positron and OS details:
Ubuntu-latest Main branch around Aug 2nd
Interpreter details:
Python 3.10.12
Describe the issue:
Console Python 3.10.12 (Global).log
Steps to reproduce the issue:
- This happened during a CI run
- polars.read_parquet on https://github.com/posit-dev/qa-example-content/blob/main/data-files/100x100/100x100.parquet
Expected or desired behavior:
Parquet read happens without error
Were there any error messages in the UI, Output panel, or Developer Tools console?
See logs above
I believe this is an issue with: polars 1.4.0
Appears that polars yanked 1.4.0 because of Parquet regressions https://pypi.org/project/polars/#history so maybe 1.4.1 is ok now
Can confirm that this issue still persists in 1.4.1 using the same file shared in the original report.
Does someone want to file an upstream report in polars? This seems pretty serious
Will do - I found this ticket from Google and blindly assumed it was already in the polars repo.
@testlabauto Polars has closed their ticket and their new release should be available to retest this issue.
Looks good now. Unpinned.