[GitHub] spark pull request #15329: [SPARK-17763][SQL] JacksonParser silently parses ...

2017-01-05 Thread HyukjinKwon
Github user HyukjinKwon closed the pull request at: https://github.com/apache/spark/pull/15329 --- 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 i

[GitHub] spark pull request #15329: [SPARK-17763][SQL] JacksonParser silently parses ...

2016-10-08 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/15329#discussion_r82499895 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/json/JacksonParser.scala --- @@ -114,6 +120,18 @@ class JacksonParser( }

[GitHub] spark pull request #15329: [SPARK-17763][SQL] JacksonParser silently parses ...

2016-10-07 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/15329#discussion_r82425780 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/json/JacksonParser.scala --- @@ -114,6 +120,18 @@ class JacksonParser( } }

[GitHub] spark pull request #15329: [SPARK-17763][SQL] JacksonParser silently parses ...

2016-10-07 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/15329#discussion_r82425563 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/json/JacksonParser.scala --- @@ -34,6 +34,8 @@ import org.apache.spark.util.Utils

[GitHub] spark pull request #15329: [SPARK-17763][SQL] JacksonParser silently parses ...

2016-10-03 Thread HyukjinKwon
GitHub user HyukjinKwon opened a pull request: https://github.com/apache/spark/pull/15329 [SPARK-17763][SQL] JacksonParser silently parses null as 0 when the field is not nullable ## What changes were proposed in this pull request? This PR proposes handling not nullable fie