You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2015/04/25 23:42:38 UTC

[jira] [Updated] (SPARK-5926) [SQL] DataFrame.explain() return false result for DDL command

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

Sean Owen updated SPARK-5926:
-----------------------------
    Assignee: Yanbo Liang

> [SQL] DataFrame.explain() return false result for DDL command
> -------------------------------------------------------------
>
>                 Key: SPARK-5926
>                 URL: https://issues.apache.org/jira/browse/SPARK-5926
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Yanbo Liang
>            Assignee: Yanbo Liang
>             Fix For: 1.3.0
>
>
> This bug is easy to reproduce, the following two queries should print out the same explain result, but it's not.
> sql("create table tb as select * from src where key > 490").explain(true)
> sql("explain extended create table tb as select * from src where key > 490")



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