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

Yanbo Liang commented on SPARK-5324:
------------------------------------

[~marmbrus]
I have pull a request for this issue which will implement "DESCRIBE [FORMATTED] 
[db_name.]table_name" command for SQLContext.
Meanwhile, it need to make the least effect on the corresponding command output 
of HiveContext.
And I think other metadata operation command like "show databases/tables, 
analyze, explain" can also leverage this scenario.
Can you assign this to me?

> Results of describe can't be queried
> ------------------------------------
>
>                 Key: SPARK-5324
>                 URL: https://issues.apache.org/jira/browse/SPARK-5324
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.2.0
>            Reporter: Michael Armbrust
>
> {code}
> sql("DESCRIBE TABLE test").registerTempTable("describeTest")
> sql("SELECT * FROM describeTest").collect()
> {code}



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