Skip to content

Conversation

@andygrove
Copy link
Member

@andygrove andygrove commented Mar 26, 2020

This PR adds support for unresolved columns in the logical plan so that users can add columns by name rather than index. There is a new optimizer rule that will resolve these columns and replace them with indices in the plan.

This PR also:

  • Removes pointless Arcs from the optimizer rules
  • Optimizer rules now leverage LogicalPlanBuilder for much more concise and readable code

@github-actions
Copy link

@andygrove andygrove marked this pull request as ready for review March 27, 2020 13:38
@andygrove
Copy link
Member Author

@paddyhoran @nevi-me This is now ready for review. I'll probably start breaking this down into smaller PRs for some of the items.

@andygrove andygrove changed the title ARROW-7941: [Rust] [DataFusion] Add support for UnresolvedColumn in logical plan ARROW-7941: [Rust] [DataFusion] Add support for named columns in logical plan Mar 28, 2020
@andygrove andygrove closed this in 8e40170 Mar 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant