You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: