SparkQA commented on pull request #31546: URL: https://github.com/apache/spark/pull/31546#issuecomment-777141419
**[Test build #135104 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/135104/testReport)** for PR 31546 at commit [`2416be0`](https://github.com/apache/spark/commit/2416be06b70da29205bedb77faf6f7d93e8e1db5). * This patch passes all tests. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `abstract class PartitionTransformExpression extends Expression with Unevaluable ` * `case class Years(child: Expression) extends PartitionTransformExpression ` * `case class Months(child: Expression) extends PartitionTransformExpression ` * `case class Days(child: Expression) extends PartitionTransformExpression ` * `case class Hours(child: Expression) extends PartitionTransformExpression ` * `case class Bucket(numBuckets: Literal, child: Expression) extends PartitionTransformExpression ` ---------------------------------------------------------------- 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]
