aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7270] [SQL] Consider dynamic partition when inserting into hive tableLiang-Chi Hsieh2015-05-222-5/+33
* [SPARK-7758] [SQL] Override more configs to avoid failure when connect to a p...WangTaoTheTonic2015-05-221-3/+15
* [SPARK-7322][SQL] Window functions in DataFrameCheng Hao2015-05-228-1/+300
* [SPARK-7763] [SPARK-7616] [SQL] Persists partition columns into metastoreYin Huai2015-05-217-41/+141
* [SQL] [TEST] udf_java_method failed due to jdk versionscwf2015-05-213-7/+29
* [SPARK-7749] [SQL] Fixes partition discovery for non-partitioned tablesCheng Lian2015-05-211-1/+50
* [SPARK-7320] [SQL] [Minor] Move the testData into beforeAll()Cheng Hao2015-05-211-7/+3
* [SPARK-7320] [SQL] Add Cube / Rollup for dataframeCheng Hao2015-05-201-0/+69
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-05-201-1/+1
* Preparing Spark release rc-testPatrick Wendell2015-05-201-1/+1
* Preparing development version 1.4.0-SNAPSHOTpwendell2015-05-201-1/+1
* Preparing Spark release rc-testpwendell2015-05-201-1/+1
* Preparing development version 1.4.0-SNAPSHOTjenkins2015-05-201-1/+1
* Preparing Spark release rc-testjenkins2015-05-201-1/+1
* Preparing development version 1.4.0-SNAPSHOTPatrick Wendell2015-05-201-1/+1
* Preparing Spark release rc-testPatrick Wendell2015-05-201-1/+1
* Revert "[SPARK-7320] [SQL] Add Cube / Rollup for dataframe"Patrick Wendell2015-05-201-62/+0
* [SPARK-7320] [SQL] Add Cube / Rollup for dataframeCheng Hao2015-05-201-0/+62
* [SPARK-7656] [SQL] use CatalystConf in FunctionRegistryscwf2015-05-191-1/+1
* [SPARK-7662] [SQL] Resolve correct names for generator in projectionCheng Hao2015-05-192-4/+27
* Preparing development version 1.4.1-SNAPSHOTPatrick Wendell2015-05-191-1/+1
* Preparing Spark release v1.4.0-rc1Patrick Wendell2015-05-191-1/+1
* Revert "Preparing Spark release v1.4.0-rc1"Patrick Wendell2015-05-191-1/+1
* Revert "Preparing development version 1.4.1-SNAPSHOT"Patrick Wendell2015-05-191-1/+1
* Preparing development version 1.4.1-SNAPSHOTPatrick Wendell2015-05-191-1/+1
* Preparing Spark release v1.4.0-rc1Patrick Wendell2015-05-191-1/+1
* Revert "Preparing Spark release v1.4.0-rc1"Patrick Wendell2015-05-191-1/+1
* Revert "Preparing development version 1.4.1-SNAPSHOT"Patrick Wendell2015-05-191-1/+1
* Preparing development version 1.4.1-SNAPSHOTPatrick Wendell2015-05-191-1/+1
* Preparing Spark release v1.4.0-rc1Patrick Wendell2015-05-191-1/+1
* Revert "Preparing Spark release v1.4.0-rc1"Patrick Wendell2015-05-181-1/+1
* Revert "Preparing development version 1.4.1-SNAPSHOT"Patrick Wendell2015-05-181-1/+1
* [HOTFIX]: Java 6 Build BreaksPatrick Wendell2015-05-191-1/+2
* Preparing development version 1.4.1-SNAPSHOTPatrick Wendell2015-05-191-1/+1
* Preparing Spark release v1.4.0-rc1Patrick Wendell2015-05-191-1/+1
* [SQL] Fix serializability of ORC table scanMichael Armbrust2015-05-181-1/+1
* [HOTFIX] Fix ORC build breakMichael Armbrust2015-05-181-5/+6
* [SPARK-7673] [SQL] WIP: HadoopFsRelation and ParquetRelation2 performance opt...Cheng Lian2015-05-181-3/+3
* [SPARK-7269] [SQL] Incorrect analysis for aggregation(use semanticEquals)Wenchen Fan2015-05-181-0/+18
* [SPARK-2883] [SQL] ORC data source for Spark SQLZhan Zhang2015-05-1810-12/+1374
* [SPARK-7491] [SQL] Allow configuration of classloader isolation for hiveMichael Armbrust2015-05-173-10/+46
* [SPARK-7654][SQL] Move JDBC into DataFrame's reader/writer interface.Reynold Xin2015-05-167-104/+89
* [SPARK-7654][SQL] DataFrameReader and DataFrameWriter for input/output APIReynold Xin2015-05-155-198/+169
* [SPARK-7591] [SQL] Partitioning support API tweaksCheng Lian2015-05-157-53/+50
* [SPARK-7595] [SQL] Window will cause resolve failed with self joinlinweizhong2015-05-141-0/+10
* [SQL] Move some classes into packages that are more appropriate.Reynold Xin2015-05-133-2/+4
* [SPARK-7567] [SQL] Migrating Parquet data source to FSBasedRelationCheng Lian2015-05-135-115/+149
* [SPARK-6734] [SQL] Add UDTF.close support in GenerateCheng Hao2015-05-145-3/+40
* [MINOR] [SQL] Removes debugging printlnCheng Lian2015-05-131-2/+0
* [SPARK-7566][SQL] Add type to HiveContext.analyzerSantiago M. Mola2015-05-121-1/+1