Commits


Heres, Daniel authored and Andrew Lamb committed 2661fc31648
ARROW-11626: [Rust][DataFusion] Move [DataFusion] examples to own project Same idea as https://github.com/apache/arrow/pull/9493 but for examples in DataFusion FYI @alamb Clean + building with `cargo test`. Moving the micro benchmarks out of the crate is also another possibility. | | Old | New | | ------------- |:-------------:| -----:| | Nr dependencies | 309 | 249 | | build time(s) | 77 |68 | Closes #9494 from Dandandan/move_datafusion_examples Lead-authored-by: Heres, Daniel <danielheres@gmail.com> Co-authored-by: Daniël Heres <danielheres@gmail.com> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>