Commits

Andy Grove authored 6ec0d773a22
ARROW-8243: [Rust] [DataFusion] Fix inconsistency in LogicalPlanBuilder api LogicalPlanBuilder project method takes a &Vec whereas other methods take a Vec. It makes sense to take Vec and take ownership of these inputs since they are being used to build the plan. Closes #6741 from andygrove/ARROW-8243 Authored-by: Andy Grove <andygrove73@gmail.com> Signed-off-by: Andy Grove <andygrove73@gmail.com>