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

Add getters to ExecutionPlan Properties #13409

Merged
merged 5 commits into from
Nov 14, 2024

Conversation

shehabgamin
Copy link
Contributor

Which issue does this PR close?

N/A

Rationale for this change

These were all of the ExecutionPlan implementations that I found that didn't expose all of their properties needed for instantiation. Exposing the properties now makes the API consistent across all ExecutionPlan implementations.

What changes are included in this PR?

We exposed the properties of NdJsonExec, SortMergeJoinExec, MemoryExec, RecursiveQueryExec, PartialSortExec, and WorkTableExec.

Are these changes tested?

These are simple getters. No tests are needed.

Are there any user-facing changes?

These are backwards compatible changes to user-facing APIs.

@github-actions github-actions bot added physical-expr Physical Expressions core Core DataFusion crate labels Nov 14, 2024
Copy link
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.

Looks good to me -- thank you @shehabgamin

@alamb alamb changed the title Expose Execution Plan Properties Add getters to ExecutionPlan Properties Nov 14, 2024
@alamb alamb merged commit 57235c2 into apache:main Nov 14, 2024
26 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 physical-expr Physical Expressions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants