kylebrooks-8451 opened a new issue, #345: URL: https://github.com/apache/arrow-datafusion-python/issues/345
**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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
