[ 
https://issues.apache.org/jira/browse/SPARK-37953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jiaan.geng updated SPARK-37953:
-------------------------------
    Description: 
Currently, Spark provides UnevaluableAggregate to replace function with another 
function which must be exists in build-in functions, so UnevaluableAggregate 
make Spark could reuse the implement of build-in function.
However, the sub classes of UnevaluableAggregate looks cumbersome.

  was:
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.


> Improve the implement of UnevaluableAggregate
> ---------------------------------------------
>
>                 Key: SPARK-37953
>                 URL: https://issues.apache.org/jira/browse/SPARK-37953
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 3.3.0
>            Reporter: jiaan.geng
>            Priority: Major
>
> Currently, Spark provides UnevaluableAggregate to replace function with 
> another function which must be exists in build-in functions, so 
> UnevaluableAggregate make Spark could reuse the implement of build-in 
> function.
> However, the sub classes of UnevaluableAggregate looks cumbersome.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to