[
https://issues.apache.org/jira/browse/SPARK-10601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15413729#comment-15413729
]
Dongjoon Hyun commented on SPARK-10601:
---------------------------------------
Hi, [~rlgarris].
For this one, you can use `EXCEPT DISTINCT` instead. Here is an Oracle Document
for that.
http://docs.oracle.com/cd/B28359_01/server.111/b28286/ap_standard_sql003.htm#g14847
{code}
E071, Basic query expressions
E071-03, EXCEPT DISTINCT table operator: Use MINUS instead of EXCEPT
DISTINCT
{code}
I also agree [~rhillegas]'s opinion. `MINUS` is not a standard.
> Spark SQL - Support for MINUS
> -----------------------------
>
> Key: SPARK-10601
> URL: https://issues.apache.org/jira/browse/SPARK-10601
> Project: Spark
> Issue Type: Improvement
> Components: SQL
> Reporter: Richard Garris
>
> Spark SQL does not current supported SQL Minus
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]