apache / arrow-nanoarrow

Helpers for Arrow C Data & Arrow C Stream interfaces
https://arrow.apache.org/nanoarrow
Apache License 2.0
169 stars 35 forks source link

fix: Only validate relevant type_ids for array view slice #627

Closed paleolimbot closed 1 week ago

paleolimbot commented 1 week ago

Similar to #626 but for union type_id arrays. This should fix the two remaining failures in the integration tests between the IPC implementations in the Arrow repository and the nanoarrow IPC implementation https://github.com/apache/arrow/pull/43715.