Github user gatorsmile commented on a diff in the pull request:

    https://github.com/apache/spark/pull/16373#discussion_r94004429
  
    --- Diff: sql/core/src/test/resources/sql-tests/results/show-tables.sql.out 
---
    @@ -128,62 +128,108 @@ SHOW TABLE EXTENDED
     
     
     -- !query 13
    -SHOW TABLE EXTENDED LIKE 'show_t1' PARTITION(c='Us')
    +SHOW TABLE EXTENDED LIKE 'show_t1' PARTITION(c='Us', d=1)
     -- !query 13 schema
    -struct<>
    
+struct<database:string,tableName:string,isTemporary:boolean,information:string>
     -- !query 13 output
    -org.apache.spark.sql.catalyst.parser.ParseException
    -
    -Operation not allowed: SHOW TABLE EXTENDED ... PARTITION(line 1, pos 0)
    -
    -== SQL ==
    -SHOW TABLE EXTENDED LIKE 'show_t1' PARTITION(c='Us')
    -^^^
    +show_t1
    --- End diff --
    
    This output is right?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to