Parquet writer only writes one data page if it utilizes dictionary encoding #20141
Open
2 tasks done
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
P-high
Priority: high
python
Related to Python Polars
Checks
Reproducible example
Log output
Issue description
Polars only writes one data page. Even when it is explicitly told to write more than one.
Expected behavior
Polars should divide the data over several data pages, as to make reading with predicates a lot faster.
Installed versions
The text was updated successfully, but these errors were encountered: