Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor: Extract ExecutionPlanVisitor to its own module #7236

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Aug 8, 2023

Which issue does this PR close?

Part of #1754

Rationale for this change

I am trying to improve the code structure of DataFusion -- I tried to remove this function and replace it with the TreeNode API but I was not successful. At least I can pull this code into its own module to make it easier to find

What changes are included in this PR?

Move ExecutionPlanVisitor and some related functions into their own visitor.rs module

Are these changes tested?

Covered by existing tests

Are there any user-facing changes?

No -- I left pub use so no changes should be needed

@github-actions github-actions bot added the core Core DataFusion crate label Aug 8, 2023
@alamb alamb changed the title Minor: Extract ExecutionPlanVisitor to its onw module Minor: Extract ExecutionPlanVisitor to its own module Aug 9, 2023
@alamb
Copy link
Contributor Author

alamb commented Aug 9, 2023

Thank you for the review @crepererum

@alamb alamb merged commit f50add5 into apache:main Aug 9, 2023
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants