Moelf commented on issue #383: URL: https://github.com/apache/arrow-julia/issues/383#issuecomment-1405383041
notice, the underlying data `[1,2,2,4]` is exactly the "offset" array if we were to have a jagged field like ``` [[11], [], [13, 14,15]] ``` if the offset array is `[1,2,2,4]` and the content array is `[11,13,14,15]` -- 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]
