yaooqinn commented on a change in pull request #33424:
URL: https://github.com/apache/spark/pull/33424#discussion_r672783259



##########
File path: sql/core/src/test/resources/sql-tests/results/describe.sql.out
##########
@@ -324,6 +324,37 @@ Location [not included in comparison]/{warehouse_dir}/t
 Storage Properties     [a=1, b=2]
 
 
+-- !query
+DESC EXTENDED t PARTITION (C='Us', D=1)

Review comment:
       ```
   +-- !query
   +DESC EXTENDED t PARTITION (C='Us', D=1)
   +-- !query schema
   +struct<>
   +-- !query output
   +org.apache.spark.sql.AnalysisException
   +Partition spec is invalid. The spec (C, D) must match the partition spec 
(c, d) defined in table '`default`.`t`'
   +
   ```




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

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to