Gengliang Wang created SPARK-38350:
--------------------------------------

             Summary: Make the output of V1/V2 "desc extended table" consistent
                 Key: SPARK-38350
                 URL: https://issues.apache.org/jira/browse/SPARK-38350
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 3.3.0
            Reporter: Gengliang Wang
            Assignee: Gengliang Wang


The V1 "DESC TABLE EXTENDED" command contains info of "Database" and "Table", 
which can be used by external tools like DBT.

However, the V2 version contains only one field "name" representing 
"catalog.database.table". External tools can't recognize it. Also, it is weird 
to have different command output from the same command.

We should fix it.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to