arrow-julia
arrow-julia copied to clipboard
Official Julia implementation of Apache Arrow
Reported on discourse: https://discourse.julialang.org/t/how-well-apache-arrow-s-zero-copy-methodology-is-supported/59797/17?u=quinnj by @nilshg
should be fairly straightforward built on top of C data interface
@sa- and I have started work in #178 and #179
This starts work towards supporting teh C data interface for the arrow format, as documented [here](https://arrow.apache.org/docs/format/CDataInterface.html#). Currently in this PR, it includes struct definitions and basic methods to allow getting...
I was testing with writing partitioned data from Julia using Arrow.jl. When a column is dictionary-encoded it seems the resulting arrow file can not be read by PyArrow: ``` using...
Hello, just wondering if it's in like in the pyarrow package. https://arrow.apache.org/docs/python/plasma.html Thx!
right now it throws confusing messages: ``` julia> Arrow.write(tempname(), df) ERROR: UndefRefError: access to undefined reference Stacktrace: [1] getindex @ ./array.jl:924 [inlined] [2] iterate @ ~/.julia/packages/Arrow/SFb8h/src/arraytypes/list.jl:171 [inlined] [3] Arrow.ToList(input::Arrow.ToList{Vector{Bool}, false,...
In https://github.com/apache/arrow-julia/issues/284, I originally raised some concerns about the health and long-term maintainability of the package under the apache organization. Having let that sit for a while, I'm again raising...