[ 
https://issues.apache.org/jira/browse/SPARK-38560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17507379#comment-17507379
 ] 

Apache Spark commented on SPARK-38560:
--------------------------------------

User 'beliefer' has created a pull request for this issue:
https://github.com/apache/spark/pull/35873

> If `Sum`, `Count`, `Any` accompany distinct, cannot do partial agg push down.
> -----------------------------------------------------------------------------
>
>                 Key: SPARK-38560
>                 URL: https://issues.apache.org/jira/browse/SPARK-38560
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.3.0
>            Reporter: jiaan.geng
>            Priority: Major
>
> Spark could partial push down sum(distinct col), count(distinct col) if data 
> source have multiple partitions, and Spark will sum the value again.
> So the result may not correctly.



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

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

Reply via email to