SparkQA commented on pull request #30586: URL: https://github.com/apache/spark/pull/30586#issuecomment-738920354
**[Test build #132236 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/132236/testReport)** for PR 30586 at commit [`2ef9a88`](https://github.com/apache/spark/commit/2ef9a8893b3782c95ddf29e5aed2c24371cd5754). * 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 TemporaryViewRelation(tableMeta: CatalogTable) extends LeafNode ` * `case class CreateNamedStruct(children: Seq[Expression]) extends Expression with NoThrow ` * `case class DateFromUnixDate(child: Expression) extends UnaryExpression` * `case class UnixDate(child: Expression) extends UnaryExpression` * `case class UnixSeconds(child: Expression) extends TimestampToLongBase ` * `case class UnixMillis(child: Expression) extends TimestampToLongBase ` * `case class UnixMicros(child: Expression) extends TimestampToLongBase ` * `case class MakeDate(` * `class JDBCTableCatalog extends TableCatalog with SupportsNamespaces with Logging ` * `class StreamingQueryListenerBus(sparkListenerBus: Option[LiveListenerBus])` * `case class StateSchemaNotCompatible(message: String) extends Exception(message)` * `class StateSchemaCompatibilityChecker(` * `class StreamingQueryHistoryServerPlugin extends AppHistoryServerPlugin ` * `class StreamingQueryStatusStore(store: KVStore) ` ---------------------------------------------------------------- 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]
