[GitHub] spark pull request #16546: [WIP][SQL] Put check in ExpressionEncoder.fromRow...

2017-02-22 Thread viirya
Github user viirya closed the pull request at: https://github.com/apache/spark/pull/16546 --- 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 #16546: [WIP][SQL] Put check in ExpressionEncoder.fromRow...

2017-01-12 Thread michalsenkyr
Github user michalsenkyr commented on a diff in the pull request: https://github.com/apache/spark/pull/16546#discussion_r95927063 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/ScalaReflection.scala --- @@ -120,6 +120,32 @@ object ScalaReflection extends Scala

[GitHub] spark pull request #16546: [WIP][SQL] Put check in ExpressionEncoder.fromRow...

2017-01-10 Thread viirya
GitHub user viirya opened a pull request: https://github.com/apache/spark/pull/16546 [WIP][SQL] Put check in ExpressionEncoder.fromRow to ensure we can convert deserialized object to required type ## What changes were proposed in this pull request? Two problems are addresse