SparkQA commented on issue #21877: [SPARK-24923][SQL][WIP] Add unpartitioned CTAS and RTAS support for DataSourceV2 URL: https://github.com/apache/spark/pull/21877#issuecomment-453659947 **[Test build #101100 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/101100/testReport)** for PR 21877 at commit [`e50d94b`](https://github.com/apache/spark/commit/e50d94bbc205369969e0c1707bda057ee99f0007). * This patch **fails to build**. * This patch **does not merge cleanly**. * This patch adds the following public classes _(experimental)_: * `case class CreateTableAsSelect(` * `case class ReplaceTableAsSelect(` * `case class TableV2Relation(` * `case class AppendDataExec(` * `case class CreateTableAsSelectExec(` * `case class ReplaceTableAsSelectExec(` * `case class WriteToDataSourceV2Exec(` * `abstract class V2TableWriteExec(` * ` implicit class CatalogHelper(catalog: CatalogProvider) ` * ` implicit class TableHelper(table: Table) ` * ` implicit class SourceHelper(source: DataSourceV2) ` * ` implicit class OptionsHelper(options: Map[String, String]) `
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
