[GitHub] spark pull request #17350: [SPARK-20017][SQL] change the nullability of func...

2017-03-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17350 --- 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 #17350: [SPARK-20017][SQL] change the nullability of func...

2017-03-20 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17350#discussion_r107073563 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ComplexTypeSuite.scala --- @@ -251,6 +251,9 @@ class ComplexTypeSuite ex

[GitHub] spark pull request #17350: [SPARK-20017][SQL] change the nullability of func...

2017-03-20 Thread wzhfy
Github user wzhfy commented on a diff in the pull request: https://github.com/apache/spark/pull/17350#discussion_r107069733 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ComplexTypeSuite.scala --- @@ -251,6 +251,9 @@ class ComplexTypeSuite extends

[GitHub] spark pull request #17350: [SPARK-20017][SQL] change the nullability of func...

2017-03-20 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/17350#discussion_r107049220 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ComplexTypeSuite.scala --- @@ -251,6 +251,9 @@ class ComplexTypeSuite extend

[GitHub] spark pull request #17350: [SPARK-20017][SQL] change the nullability of func...

2017-03-19 Thread zhaorongsheng
GitHub user zhaorongsheng opened a pull request: https://github.com/apache/spark/pull/17350 [SPARK-20017][SQL] change the nullability of function 'StringToMap' from 'false' to 'true' ## What changes were proposed in this pull request? Change the nullability of function `Str