Moelf commented on issue #506:
URL: https://github.com/apache/arrow-julia/issues/506#issuecomment-2127264217
From perspective of Arrow, a `Vector{Vector{}}` is stored as a `content`
vector and an `offset` vector, similar to how
https://github.com/JuliaArrays/ArraysOfArrays.jl works.
Now, if it actually used that, the `push!()` would have worked just fine,
but instead Arrow.jl is doing something on its own.
Btw, if you're interested in a fully systematic way of dealing with
Arrow-like schema, https://github.com/JuliaHEP/AwkwardArray.jl is something
we're prototyping.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]