avantgardnerio commented on issue #23093: URL: https://github.com/apache/datafusion/issues/23093#issuecomment-5151830034
> I heard a talk by Thomas Neumann I'm glad others are thinking along the same lines! Does academic precedent add weight to such a proposal? FWIW, this is how it is [incubating in Ballista](https://github.com/apache/datafusion-ballista/blob/187a650630b418f4aa15ff9635f19b77728b7628/ballista/core/src/execution_plans/ordered_range_repartition.rs#L18) today: <img width="1052" height="645" alt="Image" src="https://github.com/user-attachments/assets/d9cab0fc-4f09-4dd3-a4a9-93122a186c30" /> If we were open to dynamic things, I think `OrderedRangeRepartitionExec` would just collapse into the existing `RepartitionExec::Range` which has nearly identical code. -- 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]
