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 ability to get Output Partitions Count to ExecutionPlan. #345

Closed
kylebrooks-8451 opened this issue Apr 25, 2023 · 0 comments · Fixed by #346
Closed

Add ability to get Output Partitions Count to ExecutionPlan. #345

kylebrooks-8451 opened this issue Apr 25, 2023 · 0 comments · Fixed by #346
Labels
enhancement New feature or request

Comments

@kylebrooks-8451
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I'd like to be able to get the number of output partitions from an ExecutionPlan. This is so I can use this to create Arrow Flight Tickets for a certain partition number.

Describe alternatives you've considered
No alternatives.

Additional context
This allows for using Substrait to serialize optimized logical plans along with a Partition number in an Arrow Flight Ticket. Then to Get method of Arrow Flight can only fetch a single partition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant