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 2019/04/15 10:31:50 UTC

[GitHub] [spark] beliefer commented on a change in pull request #24370: [SPARK-27444][SQL][FOLLOWUP][MINOR][TEST] Add a test for describing multi select query.

beliefer commented on a change in pull request #24370: [SPARK-27444][SQL][FOLLOWUP][MINOR][TEST] Add a test for describing multi select query.
URL: https://github.com/apache/spark/pull/24370#discussion_r275299214
 
 

 ##########
 File path: sql/core/src/main/scala/org/apache/spark/sql/execution/command/tables.scala
 ##########
 @@ -635,7 +635,9 @@ case class DescribeTableCommand(
  * 3. VALUES statement.
  * 4. TABLE statement. Example : TABLE table_name
  * 5. statements of the form 'FROM table SELECT *'
- * 6. Common table expressions (CTEs)
+ * 6. Multi select statements of the following form:
 
 Review comment:
   I think 'nested' is better than 'multi'.

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