You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/02 05:18:21 UTC

[GitHub] [arrow-rs] tustvold commented on issue #1750: Inconsistent Slicing of ArrayData for StructArray

tustvold commented on issue #1750:
URL: https://github.com/apache/arrow-rs/issues/1750#issuecomment-1144446613

   > And it is not clear whether we have pushed the new offset to children
   
   The suggestion is never to push offsets down within ArrayData, and so you should never have this ambiguity? 
   
   When constructing an instance of StructArray you "hydrate" the offsets to boxed fields to avoid having to recompute slices on access, but this does not modify the underlying ArrayData?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org