SparkQA commented on issue #25747: [SPARK-29039][SQL] centralize the catalog and table lookup logic URL: https://github.com/apache/spark/pull/25747#issuecomment-530065304 **[Test build #110429 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/110429/testReport)** for PR 25747 at commit [`b4f46d3`](https://github.com/apache/spark/commit/b4f46d3a91f969029b2c8dca09d3717cde3bd92b). * This patch **fails Spark unit tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * ` implicit class NamePartsHelper(nameParts: Seq[String]) ` * `case class DescribeTable(table: Table, isExtended: Boolean) extends Command ` * `trait AlterTableStatement extends StatementRequiringCatalogAndTable ` * `abstract class ParsedStatement extends LogicalPlan ` * `abstract class StatementRequiringCatalog extends ParsedStatement ` * `abstract class StatementRequiringCatalogAndTable extends ParsedStatement ` * `case class ShowNamespacesStatement(`
---------------------------------------------------------------- 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]
