aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Preparing Spark release v1.5.0-rc3v1.5.0-rc3Patrick Wendell2015-08-314-4/+4
* [SPARK-10339] [SPARK-10334] [SPARK-10301] [SQL] Partitioned table scan can OO...Yin Huai2015-08-293-42/+65
* [SPARK-10330] Use SparkHadoopUtil TaskAttemptContext reflection methods in mo...Josh Rosen2015-08-295-12/+28
* [SPARK-10226] [SQL] Fix exclamation mark issue in SparkSQLwangwei2015-08-291-0/+1
* [SPARK-10344] [SQL] Add tests for extraStrategiesMichael Armbrust2015-08-292-1/+68
* [SPARK-10323] [SQL] fix nullability of In/InSet/ArrayContainDavies Liu2015-08-287-97/+138
* [SPARK-10325] Override hashCode() for public RowJosh Rosen2015-08-282-1/+23
* [SPARK-10035] [SQL] Parquet filters does not process EqualNullSafe filter.hyukjinkwon2015-08-282-139/+37
* [SPARK-SQL] [MINOR] Fixes some typos in HiveContextCheng Lian2015-08-272-5/+5
* [SPARK-10321] sizeInBytes in HadoopFsRelationDavies Liu2015-08-271-0/+2
* [SPARK-10287] [SQL] Fixes JSONRelation refreshing on read pathYin Huai2015-08-273-25/+1
* Preparing development version 1.5.1-SNAPSHOTPatrick Wendell2015-08-254-4/+4
* Preparing Spark release v1.5.0-rc2v1.5.0-rc2Patrick Wendell2015-08-254-4/+4
* [SPARK-10215] [SQL] Fix precision of division (follow the rule in Hive)Davies Liu2015-08-254-13/+39
* [SPARK-10245] [SQL] Fix decimal literals with precision < scaleDavies Liu2015-08-253-6/+19
* [SPARK-10198] [SQL] Turn off partition verification by defaultMichael Armbrust2015-08-252-31/+35
* [SPARK-10197] [SQL] Add null check in wrapperFor (inside HiveInspectors).Yin Huai2015-08-252-5/+53
* [SPARK-10195] [SQL] Data sources Filter should not expose internal typesJosh Rosen2015-08-254-41/+54
* [SPARK-10177] [SQL] fix reading Timestamp in parquet from HiveDavies Liu2015-08-253-8/+14
* [SPARK-9293] [SPARK-9813] Analysis should check that set operations are only ...Josh Rosen2015-08-256-32/+48
* [SPARK-10136] [SQL] A more robust fix for SPARK-10136Cheng Lian2015-08-251-10/+8
* [SPARK-10196] [SQL] Correctly saving decimals in internal rows to JSON.Yin Huai2015-08-242-1/+28
* [SPARK-10178] [SQL] HiveComparisionTest should print out dependent tablesMichael Armbrust2015-08-241-0/+36
* [SPARK-10121] [SQL] Thrift server always use the latest class loader provided...Yin Huai2015-08-252-0/+60
* [SQL] [MINOR] [DOC] Clarify docs for inferring DataFrame from RDD of ProductsFeynman Liang2015-08-242-2/+2
* [SPARK-10165] [SQL] Await child resolution in ResolveFunctionsMichael Armbrust2015-08-242-44/+77
* [SPARK-10190] Fix NPE in CatalystTypeConverters Decimal toScala converterJosh Rosen2015-08-242-2/+7
* [SPARK-9758] [TEST] [SQL] Compilation issue for hive test / wrong package?Sean Owen2015-08-2410-9/+6
* [SPARK-8580] [SQL] Refactors ParquetHiveCompatibilitySuite and adds more test...Cheng Lian2015-08-241-39/+93
* [SPARK-7710] [SPARK-7998] [DOCS] Docs for DataFrameStatFunctionsBurak Yavuz2015-08-242-1/+102
* Preparing development version 1.5.0-SNAPSHOTPatrick Wendell2015-08-214-4/+4
* Preparing Spark release v1.5.0-rc2Patrick Wendell2015-08-214-4/+4
* [SPARK-10143] [SQL] Use parquet's block size (row group size) setting as the ...Yin Huai2015-08-211-2/+39
* [SPARK-10130] [SQL] type coercion for IF should have children resolved firstDaoyuan Wang2015-08-212-0/+8
* Preparing development version 1.5.1-SNAPSHOTPatrick Wendell2015-08-204-4/+4
* Preparing Spark release v1.5.0-rc1v1.5.0-rc1Patrick Wendell2015-08-204-4/+4
* Preparing development version 1.5.0-SNAPSHOTPatrick Wendell2015-08-204-4/+4
* Preparing Spark release v1.5.0-rc1Patrick Wendell2015-08-204-4/+4
* Preparing development version 1.5.0-SNAPSHOTPatrick Wendell2015-08-204-4/+4
* Preparing Spark release v1.5.0-rc1Patrick Wendell2015-08-204-4/+4
* Preparing development version 1.5.0-SNAPSHOTPatrick Wendell2015-08-204-4/+4
* Preparing Spark release v1.5.0-rc1Patrick Wendell2015-08-204-4/+4
* [SPARK-10136] [SQL] Fixes Parquet support for Avro array of primitive arrayCheng Lian2015-08-2013-844/+1718
* [SPARK-10100] [SQL] Eliminate hash table lookup if there is no grouping key i...Reynold Xin2015-08-202-10/+22
* [SPARK-10092] [SQL] Backports #8324 to branch-1.5Yin Huai2015-08-2016-94/+398
* [SPARK-9242] [SQL] Audit UDAF interface.Reynold Xin2015-08-1918-349/+386
* [SPARK-6489] [SQL] add column pruning for GenerateWenchen Fan2015-08-193-2/+100
* [SPARK-10083] [SQL] CaseWhen should support type coercion of DecimalType and ...Daoyuan Wang2015-08-192-2/+13
* [SPARK-9899] [SQL] Disables customized output committer when speculation is onCheng Lian2015-08-192-1/+49
* [SPARK-10090] [SQL] fix decimal scale of divisionDavies Liu2015-08-196-31/+157