englefly opened a new pull request, #68209: URL: https://github.com/apache/doris/pull/68209
Cherry-pick of #64849 to branch-4.2 [opt](aggregate) eliminate FD-redundant group-by keys via ANY_VALUE wrapping Two expectations in EliminateGroupByKeyByUniformTest were kept at branch-4.2's behaviour: the upstream update relies on uniform-trait derivation for outer-join outputs that master has and branch-4.2 does not, so on 4.2 those two left-join cases still return the pre-pick group-by keys. Unit tests EliminateGroupByKeyTest (14) and EliminateGroupByKeyByUniformTest (22) pass; regression suites eliminate_gby_key / agg_variety etc. pass. -- 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]
