alamb commented on pull request #1143:
URL: https://github.com/apache/arrow-datafusion/pull/1143#issuecomment-946149819


   I think I am confused about the need for this PR . Doesn't the 
`RepartitionExec`operator already implement N : M re-partitioning? 
https://github.com/apache/arrow-datafusion/blob/master/datafusion/src/physical_plan/repartition.rs#L65-L76
 
   
   
   https://github.com/apache/arrow-datafusion/issues/112 is a pretty old ticket 
from @andygrove  and it may actually predate `RepartitionExec`
   
   I almost wonder if we could remove `CoalescePartitionsExec` entirely and 
replace all uses with `RepartitionExec` (with output partitioning of 1)?
   
   Sorry for the confusion @xudong963 


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