You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Ruslan Dautkhanov (JIRA)" <ji...@apache.org> on 2017/06/30 23:55:00 UTC

[jira] [Commented] (SPARK-13225) [SQL] Support Intersect All/Distinct

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

Ruslan Dautkhanov commented on SPARK-13225:
-------------------------------------------

Please consider this approach to implement INTERSECT ALL :
https://issues.apache.org/jira/browse/SPARK-21274
(and EXCEPT ALL as well).

> [SQL] Support Intersect All/Distinct
> ------------------------------------
>
>                 Key: SPARK-13225
>                 URL: https://issues.apache.org/jira/browse/SPARK-13225
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.0.0
>            Reporter: Xiao Li
>
> In the SQL2003 Syntax, INTERSECT supports both ALL and DISTINCT
> {code}
> <SELECT statement1>
> INTERSECT [ALL | DISTINCT]
> <SELECT statement2>
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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