Implement ordering
serialization for AggregateUdf
in datafusion-proto
#11804
Labels
ordering
serialization for AggregateUdf
in datafusion-proto
#11804
Is your feature request related to a problem or challenge?
As @jayzhan211 points out on #11013 (comment) the
ordering_req
field is not supported when serializating/deserializing aggregate udfsDescribe the solution you'd like
Add
ordering_req
to the serialization / deserializton of aggregateudf and add a testDescribe alternatives you've considered
Here is the code where the ordeirng is ignored when serializing
datafusion/datafusion/proto/src/physical_plan/mod.rs
Lines 480 to 481 in f4e519f
Additional context
I think technically this may be a regression as builtin functions had proper
ordering
serializationThe text was updated successfully, but these errors were encountered: