spark-instrumented-optimizer/sql/hive
Liang-Chi Hsieh 4611de1cef [SPARK-5862][SQL] Only transformUp the given plan once in HiveMetastoreCatalog
Current `ParquetConversions` in `HiveMetastoreCatalog` will transformUp the given plan multiple times if there are many Metastore Parquet tables. Since the transformUp operation is recursive, it should be better to only perform it once.

Author: Liang-Chi Hsieh <viirya@gmail.com>

Closes #4651 from viirya/parquet_atonce and squashes the following commits:

c1ed29d [Liang-Chi Hsieh] Fix bug.
e0f919b [Liang-Chi Hsieh] Only transformUp the given plan once.
2015-02-17 12:23:18 -08:00
..
compatibility/src/test/scala/org/apache/spark/sql/hive/execution [SPARK-5824] [SQL] add null format in ctas and set default col comment to null 2015-02-16 12:31:36 -08:00
src [SPARK-5862][SQL] Only transformUp the given plan once in HiveMetastoreCatalog 2015-02-17 12:23:18 -08:00
v0.12.0/src/main/scala/org/apache/spark/sql/hive [SPARK-5166][SPARK-5247][SPARK-5258][SQL] API Cleanup / Documentation 2015-02-17 10:21:17 -08:00
v0.13.1/src/main/scala/org/apache/spark/sql/hive [SPARK-5166][SPARK-5247][SPARK-5258][SQL] API Cleanup / Documentation 2015-02-17 10:21:17 -08:00
pom.xml HOTFIX: Adding Junit to Hive tests for Maven build 2015-02-10 23:39:21 -08:00