expected struct `Box` found reference `&dyn arrow_array::Array`
I am pretty new to Rust and I’m trying to convert arrow record batches to polars dataframes in Rust, but keep getting the same error:
Rust: expected struct `Box` found reference `&dyn arrow_array::Array`
I am pretty new to Rust and I’m trying to convert arrow record batches to polars dataframes in Rust, but keep getting the same error: