gene-bordegaray opened a new issue, #22395:
URL: https://github.com/apache/datafusion/issues/22395

   ### Is your feature request related to a problem or challenge?
   
   `Partitioning::Range` provides a way to represent range-partitioned physical 
layouts, but the optimizer and planning currently have guards that drop / 
reject this partitioning.
   
   That is because the initial PR was purely mechanical, but follow-up work 
should preserve range partitioning where possible.
   
   This will serve as a parent issue.
   
   ### Describe the solution you'd like
   
   Make physical optimizer and planning code range partitioning aware and 
preserve its metadata.
   
   Some places to cover:
   
   - Projection pushdown through `RepartitionExec`
   - Sort pushdown through `RepartitionExec`
   - Join output partitioning when one or both inputs are range partitioned
   - Dynamic filter pushdowns / routing
   
   ### Describe alternatives you've considered
   
   None.
   
   ### Additional context
   
   Context: #21992
   


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