SparkQA commented on issue #26179: [SPARK-29522][SQL] CACHE TABLE should look up catalog/table like v2 commands URL: https://github.com/apache/spark/pull/26179#issuecomment-545727472 **[Test build #112569 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/112569/testReport)** for PR 26179 at commit [`1303ea3`](https://github.com/apache/spark/commit/1303ea331dadc9405ae79516a869db66d4b6a1d0). * This patch passes all tests. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * ` skeleton_class = type_constructor(name, bases, type_kwargs)` * ` enum_class = metacls.__new__(metacls, name, bases, classdict)` * `case class BitAndAgg(child: Expression) extends DeclarativeAggregate with ExpectsInputTypes ` * `case class BitOrAgg(child: Expression) extends DeclarativeAggregate with ExpectsInputTypes ` * `case class CreateNamedStruct(children: Seq[Expression]) extends Expression ` * `abstract class AbstractSqlParser(conf: SQLConf) extends ParserInterface with Logging ` * `class CatalystSqlParser(conf: SQLConf) extends AbstractSqlParser(conf) ` * `case class CreateNamespaceStatement(` * `case class TruncateTableStatement(` * `case class ShowPartitionsStatement(` * `case class RefreshTableStatement(tableName: Seq[String]) extends ParsedStatement` * `case class CreateNamespace(` * `case class RefreshTable(` * `class SparkSqlParser(conf: SQLConf) extends AbstractSqlParser(conf) ` * `case class CreateNamespaceExec(` * `case class RefreshTableExec(`
---------------------------------------------------------------- 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]
