crepererum opened a new issue, #4964: URL: https://github.com/apache/arrow-datafusion/issues/4964
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** With the recent changes in query planning, `RepartitionExec` nodes are inserted a bit more "black magic" style. When looking at a `EXPLAIN` output like this one `RepartitionExec: partitioning=RoundRobinBatch(4)` it would be nice if it would be easier to judge how the data is reshaped if the number of input partitions would also be printed. **Describe the solution you'd like** Add `input_partitions=1234` to the text representation. **Describe alternatives you've considered** Not doing this, people can always read the optimizer log. However this log is not shown in any form of the `EXPLAIN` output. **Additional context** \- -- 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]
