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

Sunitha Kambhampati commented on SPARK-23993:
---------------------------------------------

I just tried it out in the current trunk and the command is supported. 

I looked at the code and there is DescribeColumnCommand and it was implemented 
as part of  SPARK-17642[SQL] support DESC EXTENDED/FORMATTED table column 
commands.

> Support DESC FORMATTED table_name column_name
> ---------------------------------------------
>
>                 Key: SPARK-23993
>                 URL: https://issues.apache.org/jira/browse/SPARK-23993
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.1.2
>            Reporter: Volodymyr Glushak
>            Priority: Major
>
> Hive and Spark both supports:
> {code}
> DESC FORMATTED table_name{code}
> which gives table metadata.
> If you want to get metadata for particular column in hive you can execute:
> {code}
> DESC FORMATTED table_name column_name{code}
> Thos is not supported in Spark.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to