SparkQA commented on pull request #30243: URL: https://github.com/apache/spark/pull/30243#issuecomment-744289418
**[Test build #132754 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/132754/testReport)** for PR 30243 at commit [`d724b0d`](https://github.com/apache/spark/commit/d724b0d5c8d4298fb0a9fbc3e475bb93c8c1a639). * This patch **fails Spark unit tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `class OneVsRest(Estimator, _OneVsRestParams, HasParallelism, MLReadable, MLWritable):` * `class OneVsRestReader(MLReader):` * `class OneVsRestWriter(MLWriter):` * `class OneVsRestModel(Model, _OneVsRestParams, MLReadable, MLWritable):` * `class OneVsRestModelReader(MLReader):` * `class OneVsRestModelWriter(MLWriter):` * `class CrossValidatorReader(MLReader):` * `class CrossValidatorWriter(MLWriter):` * `class CrossValidatorModelReader(MLReader):` * `class CrossValidatorModelWriter(MLWriter):` * `class TrainValidationSplitReader(MLReader):` * `class TrainValidationSplitWriter(MLWriter):` * `class TrainValidationSplitModelReader(MLReader):` * `class TrainValidationSplitModelWriter(MLWriter):` * `case class DateFromUnixDate(child: Expression) extends UnaryExpression` * `case class UnixDate(child: Expression) extends UnaryExpression` ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
