Mryange opened a new pull request, #66988: URL: https://github.com/apache/doris/pull/66988
Bucketed aggregation fusion accepted `multi_distinct_group_concat` expressions with an internal `ORDER BY`. `BucketedAggregationNode` does not carry aggregate sort metadata, so finalizing the distinct state could read the order column as a string argument and abort the BE. This change excludes multi-distinct aggregates and aggregate functions with `OrderExpression` children from bucketed fusion. -- 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]
