[jira] [Commented] (SPARK-7724) Add support for Intersect and Except in Catalyst DSL

2015-05-21 Thread Apache Spark (JIRA)

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

Apache Spark commented on SPARK-7724:
-

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

> Add support for Intersect and Except in Catalyst DSL
> 
>
> Key: SPARK-7724
> URL: https://issues.apache.org/jira/browse/SPARK-7724
> Project: Spark
>  Issue Type: Improvement
>  Components: SQL
>Affects Versions: 1.3.1
>Reporter: Santiago M. Mola
>Priority: Trivial
>  Labels: easyfix, starter
>
> Catalyst DSL to create logical plans supports most of the current plan, but 
> it is missing Except and Intersect. See LogicalPlanFunctions:
> https://github.com/apache/spark/blob/6008ec14ed6491d0a854bb50548c46f2f9709269/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/dsl/package.scala#L248



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SPARK-7724) Add support for Intersect and Except in Catalyst DSL

2015-05-20 Thread Michael Armbrust (JIRA)

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

Michael Armbrust commented on SPARK-7724:
-

If you make a patch feel free to reopen this.  I'm just trying to make sure
open / unassigned JIRAs reflect project priorities.



> Add support for Intersect and Except in Catalyst DSL
> 
>
> Key: SPARK-7724
> URL: https://issues.apache.org/jira/browse/SPARK-7724
> Project: Spark
>  Issue Type: Improvement
>  Components: SQL
>Affects Versions: 1.3.1
>Reporter: Santiago M. Mola
>Priority: Trivial
>  Labels: easyfix, starter
>
> Catalyst DSL to create logical plans supports most of the current plan, but 
> it is missing Except and Intersect. See LogicalPlanFunctions:
> https://github.com/apache/spark/blob/6008ec14ed6491d0a854bb50548c46f2f9709269/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/dsl/package.scala#L248



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SPARK-7724) Add support for Intersect and Except in Catalyst DSL

2015-05-20 Thread Santiago M. Mola (JIRA)

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

Santiago M. Mola commented on SPARK-7724:
-

DataFrame is beyond the scope here. I do use the catalyst DSL quite intensively 
for writing test cases, so I thought that a trivial patch to complete the API 
would make sense. I can continue using Intersect and Except clases directly 
though.

> Add support for Intersect and Except in Catalyst DSL
> 
>
> Key: SPARK-7724
> URL: https://issues.apache.org/jira/browse/SPARK-7724
> Project: Spark
>  Issue Type: Improvement
>  Components: SQL
>Affects Versions: 1.3.1
>Reporter: Santiago M. Mola
>Priority: Trivial
>  Labels: easyfix, starter
>
> Catalyst DSL to create logical plans supports most of the current plan, but 
> it is missing Except and Intersect. See LogicalPlanFunctions:
> https://github.com/apache/spark/blob/6008ec14ed6491d0a854bb50548c46f2f9709269/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/dsl/package.scala#L248



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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