SparkQA commented on issue #24053: [SPARK-27126][SQL] Consolidate Scala and Java type deserializerFor URL: https://github.com/apache/spark/pull/24053#issuecomment-471614432 **[Test build #103330 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/103330/testReport)** for PR 24053 at commit [`486effb`](https://github.com/apache/spark/commit/486effbb6adebc19888363a5b29666aea39e086d). * This patch **fails Spark unit tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `trait TypeInference ` * `case class ScalaInference(scalaType: `Type`) extends TypeInference ` * `case class JavaInference(typeToken: TypeToken[_]) extends TypeInference `
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
