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/10/22 04:23:58 UTC

[GitHub] [spark] huaxingao commented on a change in pull request #26198: [SPARK-29539][SQL] SHOW PARTITIONS should look up catalog/table like v2 commands

huaxingao commented on a change in pull request #26198: [SPARK-29539][SQL] SHOW PARTITIONS should look up catalog/table like v2 commands
URL: https://github.com/apache/spark/pull/26198#discussion_r337326325
 
 

 ##########
 File path: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/parser/DDLParserSuite.scala
 ##########
 @@ -961,6 +961,24 @@ class DDLParserSuite extends AnalysisTest {
       RepairTableStatement(Seq("a", "b", "c")))
   }
 
+  test("SHOW PARTITIONS") {
+    val sql1 = "SHOW PARTITIONS t1"
+    val sql2 = "SHOW PARTITIONS db1.t1"
 
 Review comment:
   Thanks @viirya for your review. The comment has been addressed. 

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