You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/03/29 22:04:12 UTC

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #27984: [SPARK-31224][SQL] Add view support to SHOW CREATE TABLE

dongjoon-hyun commented on a change in pull request #27984: [SPARK-31224][SQL] Add view support to SHOW CREATE TABLE
URL: https://github.com/apache/spark/pull/27984#discussion_r399860298
 
 

 ##########
 File path: sql/core/src/main/scala/org/apache/spark/sql/execution/command/tables.scala
 ##########
 @@ -1066,6 +1066,35 @@ trait ShowCreateTableCommandBase {
   protected def concatByMultiLines(iter: Iterable[String]): String = {
     iter.mkString("(\n  ", ",\n  ", ")\n")
   }
+
+  protected def showViewDataColumns(metadata: CatalogTable, builder: StringBuilder): Unit = {
 
 Review comment:
   Is this simple move to reuse?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org