Commits

Andy Grove authored 03dc59d8b86
ARROW-6104: [Rust] [DataFusion] Remove use of bare trait objects Remove use of bare trait objects and use `dyn` syntax instead Closes #5006 from andygrove/ARROW-6104 and squashes the following commits: 198d566fa <Andy Grove> Use dyn syntax Authored-by: Andy Grove <andygrove73@gmail.com> Signed-off-by: Andy Grove <andy.grove@rms.com>