cloud-fan commented on PR #45133: URL: https://github.com/apache/spark/pull/45133#issuecomment-1975747191
> Semantically, we should wrap in any_value(), but any_value() throws RuntimeReplaceableAggregate.aggBufferAttributes should not be called and is not fully supported It's because `any_value` is not executable and need to be rewritten with `ReplaceExpressions` . We can use its executable version, the `first` function. -- 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]
