You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kylebrooks-8451 (via GitHub)" <gi...@apache.org> on 2023/04/25 21:13:36 UTC

[GitHub] [arrow-datafusion-python] kylebrooks-8451 opened a new issue, #345: Add ability to get Output Partitions Count to ExecutionPlan.

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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion-python] andygrove closed issue #345: Add ability to get Output Partitions Count to ExecutionPlan.

Posted by "andygrove (via GitHub)" <gi...@apache.org>.
andygrove closed issue #345: Add ability to get Output Partitions Count to ExecutionPlan.
URL: https://github.com/apache/arrow-datafusion-python/issues/345


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org