SparkQA commented on issue #23721: [SPARK-26797][SQL][WIP] Start using the new logical types API of Parquet 1.11.0 instead of the deprecated one URL: https://github.com/apache/spark/pull/23721#issuecomment-461759277 **[Test build #102094 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/102094/testReport)** for PR 23721 at commit [`b9ced55`](https://github.com/apache/spark/commit/b9ced55b2cf39187ffc6660835bb8e679fbd9cfd). * This patch **fails build dependency tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `sealed trait MLEvent extends SparkListenerEvent ` * `case class TransformStart() extends MLEvent ` * `case class TransformEnd() extends MLEvent ` * `case class FitStart[M <: Model[M]]() extends MLEvent ` * `case class FitEnd[M <: Model[M]]() extends MLEvent ` * `case class LoadInstanceStart[T](path: String) extends MLEvent ` * `case class LoadInstanceEnd[T]() extends MLEvent ` * `case class SaveInstanceStart(path: String) extends MLEvent ` * `case class SaveInstanceEnd(path: String) extends MLEvent ` * `class _DynamicModuleFuncGlobals(dict):` * `class LogisticRegressionModel(JavaModel, JavaClassificationModel, JavaMLWritable, JavaMLReadable,` * `class GaussianMixtureModel(JavaModel, JavaMLWritable, JavaMLReadable, HasTrainingSummary):` * `class KMeansModel(JavaModel, GeneralJavaMLWritable, JavaMLReadable, HasTrainingSummary):` * `class BisectingKMeansModel(JavaModel, JavaMLWritable, JavaMLReadable, HasTrainingSummary):` * `class LinearRegressionModel(JavaModel, JavaPredictionModel, GeneralJavaMLWritable, JavaMLReadable,` * `class HasTrainingSummary(object):`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
