hannes / miniparquet

Library to read a subset of Parquet files
Other
43 stars 7 forks source link

Unsupported compression codec. Try uncompressed or snappy #7

Open Javdat opened 4 years ago

Javdat commented 4 years ago

Hi,

I am trying to read a parquet file with miniparquet however I am facing the issue:

> parquet_read(x)
Error in parquet_read(x) : 
  Unsupported compression codec. Try uncompressed or snappy

The same file works in arrow

> read_parquet(x)

Unfortunately, I can not share the file itself due to size and rights. I will try to come up with reproducible example. In the meantime, maybe someone from the community has already faced this issue?