kylebarron commented on issue #6151:
URL: https://github.com/apache/arrow-rs/issues/6151#issuecomment-2261536967

   > StructArray is expected to push its offset into its children, is this not 
occurring?
   
   This is not occurring for an `ArrayData` with a positive `offset` or 
non-full `length`. 
   
   Without [manually calling 
`StructArray.slice`](https://github.com/kylebarron/arro3/blob/736c35a6fe5e5a05f00494b35a395c51a865e1fd/pyo3-arrow/src/ffi/from_python/utils.rs#L94-L97),
 the **array** (not the value of `Array::offset`) does not successfully round 
trip to Python.


-- 
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]

Reply via email to