Skip to content

ARROW-10704: [Rust][DataFusion] Remove Nested from expression enum#8750

Closed
Dandandan wants to merge 1 commit intoapache:masterfrom
Dandandan:remove_nested_expr
Closed

ARROW-10704: [Rust][DataFusion] Remove Nested from expression enum#8750
Dandandan wants to merge 1 commit intoapache:masterfrom
Dandandan:remove_nested_expr

Conversation

@Dandandan
Copy link
Copy Markdown
Contributor

@Dandandan Dandandan commented Nov 23, 2020

Removes Nested(Box<Expr>), from Expr .
This is not used / produced ever, and I think this will also never be needed, as you can always have it "unnested" as well.

@github-actions
Copy link
Copy Markdown

Copy link
Copy Markdown
Member

@jorgecarleitao jorgecarleitao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice simplification :)

@jorgecarleitao
Copy link
Copy Markdown
Member

Could you rebase, please?

@Dandandan
Copy link
Copy Markdown
Contributor Author

@jorgecarleitao Done!

Copy link
Copy Markdown
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Dandandan

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.

3 participants