Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-12828][SQL] Natural join follow-up #11070

Closed
wants to merge 1 commit into from

Conversation

rxin
Copy link
Contributor

@rxin rxin commented Feb 4, 2016

This is a small addendum to #10762 to make the code more robust again future changes.

@@ -30,10 +30,10 @@ class ResolveNaturalJoinSuite extends AnalysisTest {
lazy val aNotNull = a.notNull
lazy val bNotNull = b.notNull
lazy val cNotNull = c.notNull
lazy val r1 = LocalRelation(a, b)
lazy val r2 = LocalRelation(a, c)
lazy val r1 = LocalRelation(b, a)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

switching the order here more properly test the reordering of output projection.

@rxin
Copy link
Contributor Author

rxin commented Feb 4, 2016

cc @adrian-wang

@adrian-wang
Copy link
Contributor

LGTM, thx!

@SparkQA
Copy link

SparkQA commented Feb 4, 2016

Test build #50737 has finished for PR 11070 at commit 36f193f.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@rxin
Copy link
Contributor Author

rxin commented Feb 4, 2016

Merging in master. Thanks.

@asfgit asfgit closed this in dee801a Feb 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants