-
- Downloads
[SPARK-6212] [SQL] The EXPLAIN output of CTAS only shows the analyzed plan
JIRA: https://issues.apache.org/jira/browse/SPARK-6212 Author: Yijie Shen <henry.yijieshen@gmail.com> Closes #7986 from yjshen/ctas_explain and squashes the following commits: bb6fee5 [Yijie Shen] refine test f731041 [Yijie Shen] address comment b2cf8ab [Yijie Shen] bug fix bd7eb20 [Yijie Shen] ctas explain
Showing
- sql/core/src/main/scala/org/apache/spark/sql/execution/commands.scala 2 additions, 0 deletions.../main/scala/org/apache/spark/sql/execution/commands.scala
- sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/CreateTableAsSelect.scala 3 additions, 1 deletion...apache/spark/sql/hive/execution/CreateTableAsSelect.scala
- sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveExplainSuite.scala 33 additions, 2 deletions...rg/apache/spark/sql/hive/execution/HiveExplainSuite.scala
Please register or sign in to comment