Commits


Andy Grove authored and Krisztián Szűcs committed d6fa8a8fc8e
ARROW-4895: [Rust] [DataFusion] Move error.rs to root of crate The `error.rs` file was under the `execution` module even though this is the error type used across the crate, so I moved it to the top level. Author: Andy Grove <andygrove73@gmail.com> Closes #3950 from andygrove/ARROW-4895 and squashes the following commits: f1d5bc02 <Andy Grove> formatting cf30d126 <Andy Grove> Move error.rs to root of crate