alamb commented on issue #23093:
URL: https://github.com/apache/datafusion/issues/23093#issuecomment-5171547666

   > If we are open to dynamic things, I think OrderedRangeRepartitionExec 
would just collapse into the existing RepartitionExec::Range which has nearly 
identical code.
   
   I think figuring out how to pass more dynamic information between plan nodes 
is definitely something to explore. The key will be to invest some API that is 
general enough to be used for some mechanism other than dynamic range 
partitioning 🤔 
   
   I wonder if we could add something like `DynamicStatistics` or something to 
mirror the DynamicFilter and statistics APIs but be clear it woudl update 
during runtime 🤔 


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to