SparkQA commented on issue #28147: [SPARK-31357][SQL][WIP] Catalog API for view 
metadata
URL: https://github.com/apache/spark/pull/28147#issuecomment-610687708
 
 
   **[Test build #120941 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/120941/testReport)**
 for PR 28147 at commit 
[`b253954`](https://github.com/apache/spark/commit/b2539548cc5a4b3507438d338e0806a86b94131f).
    * This patch **fails Spark unit tests**.
    * This patch merges cleanly.
    * This patch adds the following public classes _(experimental)_:
     * `public final class ViewReservedProperties `
     * `  public static class Updater `
     * `  case class ViewSubstitution(sqlParser: ParserInterface) extends 
Rule[LogicalPlan] `
     * `trait ViewDescription `
     * `case class CatalogViewDescription(metadata: CatalogTable) extends 
ViewDescription `
     * `case class V2ViewDescription(`
     * `case class CreateView(`
     * `case class DropView(`
     * `case class AlterView(`
     * `case class RenameView(`
     * `case class DescribeView(desc: V2ViewDescription, isExtended: Boolean) 
extends Command `
     * `case class ShowCreateView(desc: V2ViewDescription) extends Command `
     * `case class ShowViewProperties(`
     * `case class CreateViewAnalysis(`
     * `case class AlterViewExec(`
     * `trait CatalystRowHelper `
     * `case class CreateViewExec(`
     * `case class DescribeViewExec(`
     * `case class DropViewExec(`
     * `case class RenameViewExec(`
     * `case class ShowCreateViewExec(output: Seq[Attribute], desc: 
V2ViewDescription)`
     * `case class ShowViewPropertiesExec(`

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