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

Apache Spark commented on SPARK-30276:
--------------------------------------

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

> Support Filter expression allows simultaneous use of DISTINCT
> -------------------------------------------------------------
>
>                 Key: SPARK-30276
>                 URL: https://issues.apache.org/jira/browse/SPARK-30276
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 3.1.0
>            Reporter: jiaan.geng
>            Priority: Major
>
> SPARK-27986 only supportsĀ  Filter expression without DISTINCT.
> We need to supportĀ Filter expression allow simultaneous use of DISTINCT
> PostgreSQL support:
> {code:java}
> select ten, sum(distinct four) filter (where four > 10) from onek group by 
> ten;{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to