Pengfei Xu created SPARK-50846: ---------------------------------- Summary: Consolidate Aggregator handling in ColumnNodeToProtoConverter Key: SPARK-50846 URL: https://issues.apache.org/jira/browse/SPARK-50846 Project: Spark Issue Type: Bug Components: Connect Affects Versions: 4.0.0 Reporter: Pengfei Xu
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