alamb opened a new pull request #1444: URL: https://github.com/apache/arrow-rs/pull/1444
Draft (need to write tests and file a ticket) # Which issue does this PR close? To be filed Closes #. # Rationale for this change While reviewing https://github.com/apache/arrow-rs/pull/1412, I remembered to check the validation code for UnionArray and it turns out it was not implemented yet. Since I had the [union layout](https://arrow.apache.org/docs/format/Columnar.html#union-layout) already loaded in my head, I figured I would pound out this PR: # What changes are included in this PR? Validate all Union array data in `validate_full` # Are there any user-facing changes? More data validation. The APIs are all the same -- 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]
