Commits


Heres, Daniel authored and Andrew Lamb committed d2a2c41cdf6
ARROW-11894: [Rust][DataFusion] Change flight server example to use DataFrame API Before this PR, it uses the logical plan / optimization / physical plan more directly. As it is meant as example, I think it's better to use the more higher level `sql` and `collect` functions. Also, some misc cleanup. Closes #9645 from Dandandan/flight_server_dataframe_example Authored-by: Heres, Daniel <danielheres@gmail.com> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>