[GitHub] spark pull request #15956: [SPARK-18519][SQL] map type can not be used in Eq...

2016-11-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15956 --- 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 #15956: [SPARK-18519][SQL] map type can not be used in Eq...

2016-11-22 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/15956#discussion_r89129936 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/predicates.scala --- @@ -440,6 +463,29 @@ case class EqualNullSafe(left: E

[GitHub] spark pull request #15956: [SPARK-18519][SQL] map type can not be used in Eq...

2016-11-22 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/15956#discussion_r89127871 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala --- @@ -183,21 +183,6 @@ trait CheckAnalysis extends Pred

[GitHub] spark pull request #15956: [SPARK-18519][SQL] map type can not be used in Eq...

2016-11-22 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/15956#discussion_r89119453 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala --- @@ -183,21 +183,6 @@ trait CheckAnalysis extends Pre

[GitHub] spark pull request #15956: [SPARK-18519][SQL] map type can not be used in Eq...

2016-11-22 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/15956#discussion_r89119193 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/predicates.scala --- @@ -440,6 +463,29 @@ case class EqualNullSafe(left: