beliefer opened a new pull request #35213:
URL: https://github.com/apache/spark/pull/35213


   ### What changes were proposed in this pull request?
   Currently, Spark provides `RuntimeReplaceable` to replace function with 
another function. The last function must be exists in build-in functions, so 
`RuntimeReplaceable` make Spark could reuse the implement of build-in function.
   But `RuntimeReplaceable` not works for aggregate function.
   
   
   ### Why are the changes needed?
   Make `RuntimeReplaceable` works for `AggregateFunction`
   
   
   ### Does this PR introduce _any_ user-facing change?
   'Yes'.
   This PR makes `RuntimeReplaceable` work for `AggregateFunction`.
   
   
   ### How was this patch tested?
   Exists tests.
   


-- 
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]

Reply via email to