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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org