Commits

Neville Dipale authored 9d60852e798
ARROW-8881: [Rust] Add large binary, string and list support Similar to other implementations, this creates binary, string and list arrays with `i64` offsets instead of `i32`. Behaviourally, everything's the same as the `i32` counterparts, except for the larger array offsets. I'll look at the relevant integration tests separately. Code's a bit repetitive, but given that we currently don't have much review bandwidth; I'd rather not spend a lot of time on it now, as I want to try complete other integration-related tasks in time for 1.0.0. Closes #7613 from nevi-me/rust-large-lists Authored-by: Neville Dipale <nevilledips@gmail.com> Signed-off-by: Neville Dipale <nevilledips@gmail.com>