[GitHub] spark pull request: [SPARK-12610][SQL] Left Anti Join

2016-04-27 Thread hvanhovell
Github user hvanhovell commented on the pull request: https://github.com/apache/spark/pull/12214#issuecomment-214997137 Yeah it is broken for the BroadcastHashJoin unique key case :(...:

[GitHub] spark pull request: [SPARK-12610][SQL] Left Anti Join

2016-04-26 Thread gatorsmile
Github user gatorsmile commented on the pull request: https://github.com/apache/spark/pull/12214#issuecomment-214972960 @hvanhovell It sounds like something is wrong? ```scala test("left anti join") { val df = Seq(1, 3).toDF("int") val df2 = Seq(1,

[GitHub] spark pull request: [SPARK-12610][SQL] Left Anti Join

2016-04-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/12214 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request: [SPARK-12610][SQL] Left Anti Join

2016-04-06 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/12214#issuecomment-206661031 Merging in master. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] spark pull request: [SPARK-12610][SQL] Left Anti Join

2016-04-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12214#issuecomment-206586454 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-12610][SQL] Left Anti Join

2016-04-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12214#issuecomment-206586450 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] spark pull request: [SPARK-12610][SQL] Left Anti Join

2016-04-06 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12214#issuecomment-206586040 **[Test build #55144 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55144/consoleFull)** for PR 12214 at commit

[GitHub] spark pull request: [SPARK-12610][SQL] Left Anti Join

2016-04-06 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/12214#issuecomment-206545621 LGTM, pending tests. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] spark pull request: [SPARK-12610][SQL] Left Anti Join

2016-04-06 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12214#issuecomment-206536752 **[Test build #55144 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55144/consoleFull)** for PR 12214 at commit

[GitHub] spark pull request: [SPARK-12610][SQL] Left Anti Join

2016-04-06 Thread hvanhovell
GitHub user hvanhovell opened a pull request: https://github.com/apache/spark/pull/12214 [SPARK-12610][SQL] Left Anti Join ### What changes were proposed in this pull request? This PR adds support for `LEFT ANTI JOIN` to Spark SQL. A `LEFT ANTI JOIN` is the exact opposite