adamreeve opened a new pull request, #40793: URL: https://github.com/apache/arrow/pull/40793
### Rationale for this change See #40792, slicing a previously sliced array would return incorrect results. ### What changes are included in this PR? Removes the duplicated logic accounting for the current offset in `ArrowArrayFactory`, which is already handled by `ArrayData.Slice`. ### Are these changes tested? Yes, I added a unit test. ### Are there any user-facing changes? Yes, this is a user-facing bug fix. -- 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]
