SparkQA commented on issue #26256: [SPARK-29605][SQL] Optimize string to interval casting URL: https://github.com/apache/spark/pull/26256#issuecomment-547647513 **[Test build #112865 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/112865/testReport)** for PR 26256 at commit [`d68f41e`](https://github.com/apache/spark/commit/d68f41e066b53d0b56aadae63af0df6ff0884db1). * This patch passes all tests. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `class _ImputerParams(HasInputCol, HasInputCols, HasOutputCol, HasOutputCols):` * `class _OneHotEncoderParams(HasInputCol, HasInputCols, HasOutputCol, HasOutputCols,` * `abstract class BitAggregate extends DeclarativeAggregate with ExpectsInputTypes ` * `case class BitAndAgg(child: Expression) extends BitAggregate ` * `case class BitOrAgg(child: Expression) extends BitAggregate ` * `case class BitXorAgg(child: Expression) extends BitAggregate ` * `case class Version() extends LeafExpression with CodegenFallback ` * `case class AlterTableRecoverPartitionsStatement(` * `case class DropNamespaceStatement(` * `case class LoadDataStatement(` * `case class ShowCreateTableStatement(tableName: Seq[String]) extends ParsedStatement` * `case class UncacheTableStatement(` * `case class DropNamespace(` * `case class LocalShuffleReaderExec(child: QueryStageExec) extends UnaryExecNode ` * `case class DropNamespaceExec(`
---------------------------------------------------------------- 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]
