-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
There is proper decoding of Substrait into aggregate functions in DataFusion, but it silently drops any sort fields from the original plan.
Looking at the plan: https://github.com/apache/datafusion/blob/main/datafusion/substrait/src/logical_plan/consumer.rs#L716-L726, it was left as a TODO when implemented:
// TODO: Add parsing of order_by also
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
I plan to take a stab at this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request