Volodymyr Glushak created SPARK-23993:
-----------------------------------------

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


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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to