apache / arrow-julia

Official Julia implementation of Apache Arrow
https://arrow.apache.org/julia/
Other
283 stars 60 forks source link

`snappy_jll v1.2.0` lead to Arrow_jll failed to build #505

Closed kongdd closed 2 months ago

kongdd commented 2 months ago

snappy_jll@1.1.10 works normally. But the latest released version broke Arrow_jll and Arrow.jl.

visr commented 2 months ago

Arrow.jl is a Julia implementation of the Arrow format, and does not use Arrow_jll, so this issue can be closed.

Moelf commented 2 months ago

What is using Arrow_jll -- do we have a wrapper ?

kongdd commented 2 months ago

Arrow.jl is a Julia implementation of the Arrow format, and does not use Arrow_jll, so this issue can be closed.

closed

visr commented 2 months ago

No direct wrapper yet. We built it for GDAL to be able to read geospatial data based on Arrow and Parquet; GeoArrow and GeoParquet.