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

Pengfei Xu updated SPARK-50846:
-------------------------------
    Issue Type: Improvement  (was: Bug)

> Consolidate Aggregator handling in ColumnNodeToProtoConverter
> -------------------------------------------------------------
>
>                 Key: SPARK-50846
>                 URL: https://issues.apache.org/jira/browse/SPARK-50846
>             Project: Spark
>          Issue Type: Improvement
>          Components: Connect
>    Affects Versions: 4.0.0
>            Reporter: Pengfei Xu
>            Priority: Major
>
> We now have two matches for
> {code:java}
> InvokeInlineUserDefinedFunction(aggregator, args, ...)
> {code}
> in ColumnNodeToProtoConverter, one with args being empty and one not.
> The empty case is for`df.select(agg)` and the second case is for 
> `kvds.agg(agg)`. We should merge them into one.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to