kleinschmidt opened a new issue, #476: URL: https://github.com/apache/arrow-julia/issues/476
The Arrow spec has a "run-end encoded layout" (https://arrow.apache.org/docs/format/Columnar.html#run-end-encoded-layout) but it doesn't appear to be supported in Arrow.jl. Seems fairly straightforward to implement since the `run_ends` and `values` arrays are "child arrays" and not buffers, so we could "just" re-use teh existing functionality to represent the values and run-ends. -- 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]
