JuliaIO / Parquet.jl

Julia implementation of Parquet columnar file format reader
Other
112 stars 32 forks source link

Support Snappy@0.4 #164

Closed jowch closed 2 years ago

jowch commented 2 years ago

Snappy 0.4 now supports using Snappy_jll instead of BinaryBuilder.jl, which effectively enables Apple M1 support. I ran some quick tests and found that using Snappy 0.4 seems to work fine. Are there any concerns about making this upgrade?

jowch commented 2 years ago

Seems like even with this change, M1 support is still not complete due to this. However, other OS's may still benefit from Snappy_jll support.