wjones127 opened a new pull request, #15213:
URL: https://github.com/apache/arrow/pull/15213

   Writing sliced list and map arrays will produce incorrect data. This happens 
because the arrays are recreated using `BaseListArray.values()`, which doesn't 
account for the offsets, and the offsets was not passed. To fix, I changed to 
pass along the offsets.


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