Dilip Biswal created SPARK-27531:
------------------------------------

             Summary: Improve explain output of describe table command to show 
the inputs to the command.
                 Key: SPARK-27531
                 URL: https://issues.apache.org/jira/browse/SPARK-27531
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 2.4.1
            Reporter: Dilip Biswal


Currently "EXPLAIN DESC TABLE" is special cased and outputs a single row 
relation as following. This is not consistent with how we handle explain 
processing for other commands. 



Current output :
{code:java}
spark-sql> EXPLAIN DESCRIBE TABLE t1;
== Physical Plan ==
*(1) Scan OneRowRelation[]{code}



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