You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Reynold Xin (JIRA)" <ji...@apache.org> on 2016/04/03 03:01:25 UTC

[jira] [Created] (SPARK-14350) explain output should be in a single cell rather than one line per cell

Reynold Xin created SPARK-14350:
-----------------------------------

             Summary: explain output should be in a single cell rather than one line per cell
                 Key: SPARK-14350
                 URL: https://issues.apache.org/jira/browse/SPARK-14350
             Project: Spark
          Issue Type: Bug
          Components: SQL
            Reporter: Reynold Xin


See 

{code}
scala> sql("explain select 1").head
res3: org.apache.spark.sql.Row = [== Physical Plan ==]
{code}

We should show the entire output, rather than just the 1st line, when head is used. That is to say, the output should contain only one row, rather than one row per line.






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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