-
- Downloads
[SPARK-14794][SQL] Don't pass analyze command into Hive
## What changes were proposed in this pull request? We shouldn't pass analyze command to Hive because some of those would require running MapReduce jobs. For now, let's just always run the no scan analyze. ## How was this patch tested? Updated test case to reflect this change. Author: Reynold Xin <rxin@databricks.com> Closes #12558 from rxin/parser-analyze.
Showing
- sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/HiveSqlParser.scala 3 additions, 1 deletion...a/org/apache/spark/sql/hive/execution/HiveSqlParser.scala
- sql/hive/src/test/scala/org/apache/spark/sql/hive/StatisticsSuite.scala 5 additions, 5 deletions...est/scala/org/apache/spark/sql/hive/StatisticsSuite.scala
Please register or sign in to comment