Daniel created SPARK-50617:
------------------------------

             Summary: Improve auto-generated column aliases for aggregate 
expressions
                 Key: SPARK-50617
                 URL: https://issues.apache.org/jira/browse/SPARK-50617
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 4.0.0
            Reporter: Daniel


{{SELECT 1 AS a, 2 AS b}}
{{|> AGGREGATE SUM(a)}}


This prints a table with default title pipeexpression(sum(a)). I would have 
hoped for just sum(a)  which is what I get with SELECT SUM(a) FROM (SELECT 1 AS 
a, 2 AS b).

 

 

 

 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to