[ https://issues.apache.org/jira/browse/SPARK-14127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15231600#comment-15231600 ]
Xiao Li commented on SPARK-14127: --------------------------------- {noformat} hive> create table ptestfilter (a string, b int) partitioned by (c string, d string); OK Time taken: 1.464 seconds hive> > describe ptestfilter; OK a string b int c string d string # Partition Information # col_name data_type comment c string d string Time taken: 0.449 seconds, Fetched: 10 row(s) {noformat} > [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