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

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

     [ https://issues.apache.org/jira/browse/SPARK-14350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herman van Hovell resolved SPARK-14350.
---------------------------------------
    Resolution: Resolved
      Assignee: Dongjoon Hyun

> 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
>            Assignee: Dongjoon Hyun
>
> 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