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?
Hi,
I am trying to read a parquet file with
miniparquet
however I am facing the issue:The same file works in
arrow
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?