You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "XiDuo You (Jira)" <ji...@apache.org> on 2022/04/08 12:17:00 UTC

[jira] [Created] (SPARK-38832) Remove unnecessary distinct in aggregate expression by distinctKeys

XiDuo You created SPARK-38832:
---------------------------------

             Summary: Remove unnecessary distinct in aggregate expression by distinctKeys
                 Key: SPARK-38832
                 URL: https://issues.apache.org/jira/browse/SPARK-38832
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 3.4.0
            Reporter: XiDuo You


We can remove the distinct in aggregate expression if the child distinct semantics is guaranteed.

For example:

 
{code:java}
SELECT count(distinct c) FROM (
  SELECT c FROM t GROUP BY c
){code}
 

 

 



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

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