timsaucer opened a new pull request, #7318:
URL: https://github.com/apache/arrow-rs/pull/7318
# Which issue does this PR close?
Closes #7315.
# Rationale for this change
This bug occurs when these conditions are all met:
- We have a generic list of fixed size list
- The offset of the outer generic list is non-zero
- We writing out (serializing) the arrays
# What changes are included in this PR?
This PR checks for the case of a fixed sized list and adjusts the offsets to
the child arrays during write.
Unit tests added.
# Are there any user-facing changes?
None
--
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]