crepererum opened a new pull request, #4969:
URL: https://github.com/apache/arrow-datafusion/pull/4969

   # Which issue does this PR close?
   Closes #4964.
   
   # Rationale for this change
   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.
   
   # What changes are included in this PR?
   Add `input_partitions=...` to `RepartitionExec` representation.
   
   # Are these changes tested?
   Existing tests.
   
   # Are there any user-facing changes?
   Slightly different `EXPLAIN` plans.


-- 
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]

Reply via email to