manojkarthick / pqrs

Command line tool for inspecting Parquet files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not parse metadata

Hoeze opened this issue · comments

Hi, with pqrs v0.2.1 I get the following error when trying to read a parquet file written with Polars:

Error: ParquetError(General("Could not parse metadata: bad data"))

Pandas can read it without issues.
Could it be that there is some missing feature flag for the parquet reader?
E.g. some missing compression library?