[ 
https://issues.apache.org/jira/browse/SPARK-14127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15233748#comment-15233748
 ] 

Bo Meng edited comment on SPARK-14127 at 4/9/16 9:49 PM:
---------------------------------------------------------

A little change of your creation of table will show comment in the "DESCRIBE":
{quote}create table ptestfilter (a string, b int) partitioned by (c string 
comment 'abc', d string);{quote}


was (Author: bomeng):
A little change of your creation of table will show comment in the "DESCRIBE":
<code>create table ptestfilter (a string, b int) partitioned by (c string 
comment 'abc', d string);</code>

> [Table related commands] Describe table
> ---------------------------------------
>
>                 Key: SPARK-14127
>                 URL: https://issues.apache.org/jira/browse/SPARK-14127
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Yin Huai
>
> TOK_DESCTABLE
> Describe a column/table/partition (see here and here). Seems we support 
> DESCRIBE and DESCRIBE EXTENDED. It will be good to also support other 
> syntaxes (and check if we are missing anything).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to