Commits

Neville Dipale authored 7ca907de033
ARROW-9007: [Rust] Support appending array data to builders This enables appending `ArrayDataRef` to builders, which makes it easier to concatenate arrays. All array types are supported except for dictionaries and unions. 🎊️ Dictionaries require some extra logic, so I left them out. Unions could use similar logic to structs, but because their implementation is still incomplete (e.g. equality checks), I've also left them out of this PR. Closes #7365 from nevi-me/ARROW-9007 Authored-by: Neville Dipale <nevilledips@gmail.com> Signed-off-by: Neville Dipale <nevilledips@gmail.com>