-
- Downloads
[SPARK-14672][SQL] Move HiveContext analyze logic to AnalyzeTable
## What changes were proposed in this pull request? Move the implementation of `hiveContext.analyze` to the command of `AnalyzeTable`. ## How was this patch tested? Existing tests. Closes #12429 Author: Yin Huai <yhuai@databricks.com> Author: Andrew Or <andrew@databricks.com> Closes #12448 from yhuai/analyzeTable.
Showing
- sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala 2 additions, 76 deletions...rc/main/scala/org/apache/spark/sql/hive/HiveContext.scala
- sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/commands.scala 79 additions, 2 deletions.../scala/org/apache/spark/sql/hive/execution/commands.scala
Loading
Please register or sign in to comment