[ 
https://issues.apache.org/jira/browse/SPARK-5926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14329329#comment-14329329
 ] 

Apache Spark commented on SPARK-5926:
-------------------------------------

User 'yanboliang' has created a pull request for this issue:
https://github.com/apache/spark/pull/4707

> [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
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to