[GitHub] spark pull request #17985: Add "full_outer" name to join types

2017-08-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17985 --- 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 ena

[GitHub] spark pull request #17985: Add "full_outer" name to join types

2017-06-08 Thread sameeragarwal
Github user sameeragarwal commented on a diff in the pull request: https://github.com/apache/spark/pull/17985#discussion_r121014650 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/plans/JoinTypesTest.scala --- @@ -0,0 +1,62 @@ +/* + * Licensed to the Ap

[GitHub] spark pull request #17985: Add "full_outer" name to join types

2017-05-15 Thread sameeragarwal
Github user sameeragarwal commented on a diff in the pull request: https://github.com/apache/spark/pull/17985#discussion_r116572426 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/joinTypes.scala --- @@ -24,7 +24,7 @@ import org.apache.spark.sql.catalyst.

[GitHub] spark pull request #17985: Add "full_outer" name to join types

2017-05-15 Thread BartekH
GitHub user BartekH opened a pull request: https://github.com/apache/spark/pull/17985 Add "full_outer" name to join types I have discovered that "full_outer" name option is working in Spark 2.0, but it is not printed in exception. Please verify. ## What changes were propose