substrait-io / substrait-java

Apache License 2.0
75 stars 72 forks source link

AggregateCall conversion ignores collations #215

Open vbarua opened 9 months ago

vbarua commented 9 months ago

The code that converts a Calcite AggregateCall to its Substrait equivalent does not use the collation on the AggregateCall to set the sortFields on the AggregateFunctionInvocation.