-
- Downloads
[SPARK-2918] [SQL] Support the CTAS in EXPLAIN command
Hive supports the `explain` the CTAS, which was supported by Spark SQL previously, however, seems it was reverted after the code refactoring in HiveQL. Author: Cheng Hao <hao.cheng@intel.com> Closes #3357 from chenghao-intel/explain and squashes the following commits: 7aace63 [Cheng Hao] Support the CTAS in EXPLAIN command
Showing
- sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala 5 additions, 1 deletion...ive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala
- sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveExplainSuite.scala 36 additions, 0 deletions...rg/apache/spark/sql/hive/execution/HiveExplainSuite.scala
Loading
Please register or sign in to comment