Github user SparkQA commented on the issue:
https://github.com/apache/spark/pull/21888
**[Test build #93635 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/93635/testReport)**
for PR 21888 at commit
[`19b83bd`](https://github.com/apache/spark/commit/19b83bd796406ccc69ed8a138ff7652bcb6049d1).
* This patch **fails Scala style tests**.
* This patch merges 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])`
* `case 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)`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]