alamb opened a new issue #554:
URL: https://github.com/apache/arrow-rs/issues/554


   **Describe the bug**
   `ArrayData::slice()` does not work for nested types, because only the 
`ArrayData::buffers` are updated with the new offset and length. This has 
caused a lot of issues in the past.
   
   This blocks us from being able to implement `RecordBatch::slice()`, and has 
led to creating #381 to sidestep this issue.
   
   


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