SparkQA commented on issue #25681: [SPARK-28612][SQL] Add DataFrameWriterV2 API URL: https://github.com/apache/spark/pull/25681#issuecomment-532934380 **[Test build #110933 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/110933/testReport)** for PR 25681 at commit [`b45593d`](https://github.com/apache/spark/commit/b45593d7444ebbeb1558be2493cab306e76ad396). * 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 ` * ` implicit class OptionsHelper(options: Map[String, String]) ` * `trait WriteConfigMethods[R] ` * `trait CreateTableWriter[T] extends WriteConfigMethods[CreateTableWriter[T]] `
---------------------------------------------------------------- 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]
