Re: Julia implementation and integration with main apache arrow repository

2020-10-12 Thread Neal Richardson
I'll start a vote for accepting this code donation (conditional on IP clearance). Neal On Mon, Sep 14, 2020 at 5:07 PM Kenta Murata wrote: > Hi Jacob, > > I'm very excited to see Julia's implementation of Arrow is restarted. > > Pkg.jl seems now support treating packages in subdirectories. > I

Re: Julia implementation and integration with main apache arrow repository

2020-09-14 Thread Kenta Murata
Hi Jacob, I'm very excited to see Julia's implementation of Arrow is restarted. Pkg.jl seems now support treating packages in subdirectories. I guess the feature is added by https://github.com/JuliaLang/Pkg.jl/pull/1766 and https://github.com/JuliaRegistries/RegistryTools.jl/pull/31. As these

Re: Julia implementation and integration with main apache arrow repository

2020-09-13 Thread Wes McKinney
Would be great to see Julia working together with the broader Apache Arrow community. I attempted unsuccessfully in the past several times to engage with other developers. Since this code was developed outside of the community, we need to decide whether the full IP clearance process is needed

Re: Julia implementation and integration with main apache arrow repository

2020-09-13 Thread Neal Richardson
Hi Jacob, Yes, this is exciting! My recommendation would be to fork apache/arrow, add a `julia` directory, copy the contents of https://github.com/JuliaData/Arrow.jl in there, and put up a pull request for review. Then we can discuss specifics there. There will be a few other steps to do that I

Julia implementation and integration with main apache arrow repository

2020-09-13 Thread Jacob Quinn
Hello all, Hopefully this email works (I'm not super familiar with using mailing lists like this). Over the past few weeks, I've been working on a pure Julia implementation to support serializing/deserializing the arrow format for Julia. The code in its current state can be found here: