Parquet reader can't handle float16 with BYTE_STREAM_SPLIT #21803
Labels
A-io-parquet
Area: reading/writing Parquet files
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
Log output
Issue description
Polars native reader doesn't support float16+parquet yet. I can get around this with
use_pyarrow=True
, but it's discouraging to people I'm trying to win over from Pandas.Expected behavior
No error
Installed versions
The text was updated successfully, but these errors were encountered: