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/02/26 10:49:29 UTC

[GitHub] SongYadong commented on a change in pull request #23883: [SPARK-26982][SQL] Enhance describe framework to describe the output of a query.

SongYadong commented on a change in pull request #23883: [SPARK-26982][SQL] Enhance describe framework to describe the output of a query.
URL: https://github.com/apache/spark/pull/23883#discussion_r260226741
 
 

 ##########
 File path: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/parser/TableIdentifierParserSuite.scala
 ##########
 @@ -48,7 +48,7 @@ class TableIdentifierParserSuite extends SparkFunSuite {
     "false", "fetch", "float", "for", "grant", "group", "grouping", "import", "in",
     "insert", "int", "into", "is", "pivot", "lateral", "like", "local", "none", "null",
     "of", "order", "out", "outer", "partition", "percent", "procedure", "range", "reads", "revoke",
-    "rollup", "row", "rows", "set", "smallint", "table", "timestamp", "to", "trigger",
+    "rollup", "row", "rows", "set", "smallint", "table", "query", "timestamp", "to", "trigger",
 
 Review comment:
   super nit: if with alphabet order, put it between "procedure" and "range" may be better :)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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