aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Preparing Spark release v1.2.1-rc3v1.2.1Patrick Wendell2015-02-034-4/+4
* Revert "Preparing Spark release v1.2.1-rc2"Patrick Wendell2015-02-024-4/+4
* Revert "Preparing development version 1.2.2-SNAPSHOT"Patrick Wendell2015-02-024-4/+4
* Revert "[SPARK-5195][sql]Update HiveMetastoreCatalog.scala(override the Metas...Patrick Wendell2015-02-022-15/+0
* [SPARK-5195][sql]Update HiveMetastoreCatalog.scala(override the MetastoreRela...seayi2015-02-022-0/+15
* Preparing development version 1.2.2-SNAPSHOTPatrick Wendell2015-01-284-4/+4
* Preparing Spark release v1.2.1-rc2Patrick Wendell2015-01-284-4/+4
* Revert "Preparing Spark release v1.2.1-rc1"Patrick Wendell2015-01-274-4/+4
* Revert "Preparing development version 1.2.2-SNAPSHOT"Patrick Wendell2015-01-274-4/+4
* Preparing development version 1.2.2-SNAPSHOTPatrick Wendell2015-01-274-4/+4
* Preparing Spark release v1.2.1-rc1Patrick Wendell2015-01-274-4/+4
* Revert "Preparing Spark release v1.2.1-rc1"Patrick Wendell2015-01-264-4/+4
* Revert "Preparing development version 1.2.2-SNAPSHOT"Patrick Wendell2015-01-264-4/+4
* Preparing development version 1.2.2-SNAPSHOTUbuntu2015-01-274-4/+4
* Preparing Spark release v1.2.1-rc1Ubuntu2015-01-274-4/+4
* [SPARK-4959][SQL] Attributes are case sensitive when using a select query fro...Cheng Hao2015-01-202-6/+17
* [SPARK-5049][SQL] Fix ordering of partition columns in ParquetTableScanMichael Armbrust2015-01-123-18/+41
* [SPARK-5200] Disable web UI in Hive ThriftServer testsJosh Rosen2015-01-121-0/+1
* [SPARK-5187][SQL] Fix caching of tables with HiveUDFs in the WHERE clauseMichael Armbrust2015-01-103-2/+8
* [SPARK-4943][SQL] Allow table name having dot for db/catalogAlex Liu2015-01-1017-113/+143
* [SPARK-4925][SQL] Publish Spark SQL hive-thriftserver maven artifactAlex Liu2015-01-101-7/+0
* [SPARK-4386] Improve performance when writing Parquet filesMichael Davies2014-12-301-2/+2
* [SPARK-4908][SQL] Prevent multiple concurrent hive native commandsMichael Armbrust2014-12-302-1/+8
* [SPARK-4847][SQL]Fix "extraStrategies cannot take effect in SQLContext" issuejerryshao2014-12-162-2/+2
* SPARK-4814 [CORE] Enable assertions in SBT, Maven tests / AssertionError from...Sean Owen2014-12-151-0/+4
* [SPARK-4825] [SQL] CTAS fails to resolve when created using saveAsTableCheng Hao2014-12-113-1/+23
* Preparing development version 1.2.1-SNAPSHOTPatrick Wendell2014-12-104-4/+4
* Preparing Spark release v1.2.0-rc2v1.2.0Patrick Wendell2014-12-104-4/+4
* Revert "Preparing Spark release v1.2.0-rc2"Patrick Wendell2014-12-104-4/+4
* Revert "Preparing development version 1.2.1-SNAPSHOT"Patrick Wendell2014-12-104-4/+4
* [SPARK-4785][SQL] Initilize Hive UDFs on the driver and serialize them with a...Cheng Hao2014-12-095-50/+173
* [SPARK-4769] [SQL] CTAS does not work when reading from temporary tablesCheng Hao2014-12-084-16/+49
* [SPARK-4761][SQL] Enables Kryo by default in Spark SQL Thrift serverCheng Lian2014-12-051-2/+12
* [SPARK-4753][SQL] Use catalyst for partition pruning in newParquet.Michael Armbrust2014-12-041-30/+28
* Preparing development version 1.2.1-SNAPSHOTPatrick Wendell2014-12-044-4/+4
* Preparing Spark release v1.2.0-rc2Patrick Wendell2014-12-044-4/+4
* Revert "Preparing Spark release v1.2.0-rc1"Patrick Wendell2014-12-044-4/+4
* Revert "Preparing development version 1.2.1-SNAPSHOT"Patrick Wendell2014-12-044-4/+4
* [SQL] Minor: Avoid calling Seq#size in a loopAaron Davidson2014-12-041-3/+3
* [SPARK-4552][SQL] Avoid exception when reading empty parquet data through HiveMichael Armbrust2014-12-033-45/+62
* [SPARK-4695][SQL] Get result using executeCollectwangfei2014-12-021-1/+3
* [SPARK-4670] [SQL] wrong symbol for bitwise notDaoyuan Wang2014-12-022-10/+25
* [SPARK-4593][SQL] Return null when denominator is 0Daoyuan Wang2014-12-024-5/+83
* [SPARK-4676][SQL] JavaSchemaRDD.schema may throw NullType MatchError if sql h...YanTangZhai2014-12-025-0/+59
* [SPARK-4663][sql]add finally to avoid resource leakbaishuo2014-12-021-4/+7
* [SPARK-4536][SQL] Add sqrt and abs to Spark SQL DSLKousuke Saruta2014-12-024-1/+74
* [SPARK-4529] [SQL] support view with column aliasDaoyuan Wang2014-12-012-3/+3
* [SQL] Minor fix for doc and commentwangfei2014-12-011-1/+1
* [SPARK-4658][SQL] Code documentation issue in DDL of datasource APIravipesala2014-12-012-3/+3
* [SPARK-4650][SQL] Supporting multi column support in countDistinct function l...ravipesala2014-12-012-1/+9