Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-4968: [Rust] Assert that struct array field types match data in…
… From<> method I initially thought this might also be an issue in the StructBuilder, but I can't reproduce it, so I'm only adding a fix for `StructArray::From<Vec<Field>, Vec<ArrayRef>>` Author: Krisztián Szűcs <[email protected]> Author: Neville Dipale <[email protected]> Closes apache#4176 from nevi-me/ARROW-4968 and squashes the following commits: 46cd09e <Krisztián Szűcs> remove unnecessary test code 2bf0dd4 <Neville Dipale> ARROW-4968: Assert that struct array field types match data in From<> method
- Loading branch information