[GitHub] spark pull request #16005: [SPARK-18578][SQL] Full outer join in correlated ...

2016-11-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16005 --- 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 #16005: [SPARK-18578][SQL] Full outer join in correlated ...

2016-11-24 Thread nsyca
Github user nsyca commented on a diff in the pull request: https://github.com/apache/spark/pull/16005#discussion_r89526101 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -1116,12 +1120,20 @@ class Analyzer( a

[GitHub] spark pull request #16005: [SPARK-18578][SQL] Full outer join in correlated ...

2016-11-24 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/16005#discussion_r89523109 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -1116,12 +1120,20 @@ class Analyzer(

[GitHub] spark pull request #16005: [SPARK-18578][SQL] Full outer join in correlated ...

2016-11-24 Thread nsyca
GitHub user nsyca opened a pull request: https://github.com/apache/spark/pull/16005 [SPARK-18578][SQL] Full outer join in correlated subquery returns incorrect results ## What changes were proposed in this pull request? - Raise Analysis exception when correlated predicates