You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dilip Biswal (JIRA)" <ji...@apache.org> on 2019/04/20 21:38:00 UTC

[jira] [Created] (SPARK-27531) Improve explain output of describe table command to show the inputs to the command.

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