helgikrs opened a new pull request #1185: URL: https://github.com/apache/arrow-rs/pull/1185
# Which issue does this PR close? Closes #1184. # What changes are included in this PR? Using the definition level and the nullability of the column only produces the correct indices if `max_definition - 1` is the list level. For deeper nesting (struct in a list) this produces incorrect indices, silently causing incorrect data to be written. This PR fixes the bug by using the array offsets to compute the indices instead as well as a regression test. # Are there any user-facing changes? No. -- 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]
