manojkarthick / pqrs

Command line tool for inspecting Parquet files
Apache License 2.0
283 stars 27 forks source link

Could not parse metadata #30

Open Hoeze opened 2 years ago

Hoeze commented 2 years ago

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?