spark-instrumented-optimizer/sql/hive/src
Reynold Xin f181aee07c [SPARK-14821][SQL] Implement AnalyzeTable in sql/core and remove HiveSqlAstBuilder
## What changes were proposed in this pull request?
This patch moves analyze table parsing into SparkSqlAstBuilder and removes HiveSqlAstBuilder.

In order to avoid extensive refactoring, I created a common trait for CatalogRelation and MetastoreRelation, and match on that. In the future we should probably just consolidate the two into a single thing so we don't need this common trait.

## How was this patch tested?
Updated unit tests.

Author: Reynold Xin <rxin@databricks.com>

Closes #12584 from rxin/SPARK-14821.
2016-04-21 17:41:29 -07:00
..
main [SPARK-14821][SQL] Implement AnalyzeTable in sql/core and remove HiveSqlAstBuilder 2016-04-21 17:41:29 -07:00
test [SPARK-14821][SQL] Implement AnalyzeTable in sql/core and remove HiveSqlAstBuilder 2016-04-21 17:41:29 -07:00