aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [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
* Indent license header properly for interfaces.scala.Reynold Xin2014-12-021-17/+15
* [SPARK-4268][SQL] Use #::: to get benefit from Stream in SqlLexical.allCaseVe...zsxwing2014-12-011-2/+2
* [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
* [SPARK-4358][SQL] Let BigDecimal do checking type compatibilityLiang-Chi Hsieh2014-12-011-8/+3
* [SQL] add @group tab in limit() and count()Jacky Li2014-12-011-0/+4
* [SPARK-4661][Core] Minor code and docs cleanupzsxwing2014-12-011-1/+1
* [SPARK-4645][SQL] Disables asynchronous execution in Hive 0.13.1 HiveThriftSe...Cheng Lian2014-11-281-100/+39
* [SQL] Compute timeTaken correctlyw002289702014-11-241-7/+4
* [SPARK-4548] []SPARK-4517] improve performance of python broadcastDavies Liu2014-11-242-3/+4
* [SPARK-4487][SQL] Fix attribute reference resolution error when using ORDER BY.Kousuke Saruta2014-11-242-1/+8
* [SQL] Fix comment in HiveShimDaniel Darabos2014-11-241-1/+1
* [SPARK-4479][SQL] Avoids unnecessary defensive copies when sort based shuffle...Cheng Lian2014-11-241-1/+15
* [SPARK-4522][SQL] Parse schema with missing metadata.Michael Armbrust2014-11-201-0/+6
* [SPARK-4413][SQL] Parquet support through datasource APIMichael Armbrust2014-11-205-79/+458
* [SPARK-4244] [SQL] Support Hive Generic UDFs with constant object inspector p...Cheng Hao2014-11-204-8/+17
* [SQL] fix function description mistakeJacky Li2014-11-201-1/+1
* [SPARK-2918] [SQL] Support the CTAS in EXPLAIN commandCheng Hao2014-11-202-1/+41
* [SPARK-4318][SQL] Fix empty sum distinct.Takuya UESHIN2014-11-204-52/+195
* [SPARK-4513][SQL] Support relational operator '<=>' in Spark SQLravipesala2014-11-203-1/+14
* [SPARK-4228][SQL] SchemaRDD to JSONDan McClary2014-11-204-3/+208
* [SPARK-3938][SQL] Names in-memory columnar RDD with corresponding table nameCheng Lian2014-11-206-16/+23
* Bumping version to 1.3.0-SNAPSHOT.Marcelo Vanzin2014-11-184-4/+4
* [SPARK-4468][SQL] Fixes Parquet filter creation for inequality predicates wit...Cheng Lian2014-11-182-4/+16
* [SPARK-3721] [PySpark] broadcast objects larger than 2GDavies Liu2014-11-182-2/+2
* [SQL] Support partitioned parquet tables that have the key in both the direct...Michael Armbrust2014-11-182-68/+108
* [SPARK-4453][SPARK-4213][SQL] Simplifies Parquet filter generation codeCheng Lian2014-11-175-693/+161
* [SPARK-4448] [SQL] unwrap for the ConstantObjectInspectorCheng Hao2014-11-171-4/+32
* [SPARK-4443][SQL] Fix statistics for external table in spark sql hivew002289702014-11-173-3/+12
* [SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, and fixes ...Cheng Lian2014-11-174-114/+141
* [SQL] Construct the MutableRow from an ArrayCheng Hao2014-11-171-2/+4
* [SPARK-4425][SQL] Handle NaN or Infinity cast to Timestamp correctly.Takuya UESHIN2014-11-172-2/+17
* [SPARK-4420][SQL] Change nullability of Cast from DoubleType/FloatType to Dec...Takuya UESHIN2014-11-172-2/+14
* [SQL] Makes conjunction pushdown more aggressive for in-memory tableCheng Lian2014-11-172-5/+11
* [SPARK-4410][SQL] Add support for external sortMichael Armbrust2014-11-164-6/+59
* Revert "[SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, an...Michael Armbrust2014-11-164-142/+115
* [SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, and fixes ...Cheng Lian2014-11-164-115/+142
* [SPARK-4426][SQL][Minor] The symbol of BitwiseOr is wrong, should not be '&'Kousuke Saruta2014-11-151-1/+1
* Added contains(key) to Metadatakai2014-11-142-0/+16
* [SPARK-4412][SQL] Fix Spark's control of Parquet logging.Jim Carroll2014-11-141-0/+15
* [SPARK-4365][SQL] Remove unnecessary filter call on records returned from par...Yash Datta2014-11-141-1/+1
* [SPARK-4386] Improve performance when writing Parquet files.Jim Carroll2014-11-141-6/+8