Andy Grove created ARROW-8243:
---------------------------------
Summary: [Rust] [DataFusion] Fix inconsistent API in
LogicalPlanBuilder
Key: ARROW-8243
URL: https://issues.apache.org/jira/browse/ARROW-8243
Project: Apache Arrow
Issue Type: Improvement
Reporter: Andy Grove
Assignee: Andy Grove
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)