SparkQA commented on issue #21888: [SPARK-24253][SQL][WIP] Implement DeleteFrom 
for v2 tables
URL: https://github.com/apache/spark/pull/21888#issuecomment-553735808
 
 
   **[Test build #113755 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/113755/testReport)**
 for PR 21888 at commit 
[`f8b178d`](https://github.com/apache/spark/commit/f8b178d34b870e779ec061175f01ba63a5adc076).
    * This patch **fails to build**.
    * This patch **does not merge cleanly**.
    * This patch adds the following public classes _(experimental)_:
     * `case class UnresolvedRelation(table: CatalogTableIdentifier) extends 
LeafNode with NamedRelation `
     * `sealed trait IdentifierWithOptionalDatabaseAndCatalog `
     * `case class CatalogTableIdentifier(table: String, database: 
Option[String], catalog: Option[String])`
     * `class TableIdentifier(name: String, db: Option[String])`
     * `  implicit class CatalogHelper(catalog: CatalogProvider) `
     * `case class ResolveCatalogV2Relations(sparkSession: SparkSession) 
extends Rule[LogicalPlan] `
     * `case class DeleteFromV2Exec(rel: TableV2Relation, expr: Expression)`

----------------------------------------------------------------
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]

Reply via email to