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

   ### Is your feature request related to a problem or challenge?
   
   Follow-up to #22395. DataFusion can represent logical range partitioning 
metadata, but `LogicalPlan::Repartition` with `Partitioning::Range` is still 
rejected by the physical planner, logical plan protobuf serialization, and 
Substrait export.
   
   ### Describe the solution you'd like
   
   Add end-to-end support for logical range repartitioning:
   
   - plan logical `Partitioning::Range` into physical range repartitioning
   - define protobuf serialization/deserialization for logical range 
repartitioning
   - add Substrait support or document the unsupported mapping explicitly
   - cover planner, proto, and display behavior with focused tests
   
   ### Additional context
   
   This builds on the logical range partitioning representation introduced 
after physical range partitioning support.


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