aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4742][SQL] The name of Parquet File generated by AppendingParquetOutpu...Sasaki Toru2014-12-111-1/+6
* [SPARK-4713] [SQL] SchemaRDD.unpersist() should not raise exception if it is ...Cheng Hao2014-12-112-1/+15
* [SQL] remove unnecessary import in spark-sqlJacky Li2014-12-085-9/+3
* [SPARK-4753][SQL] Use catalyst for partition pruning in newParquet.Michael Armbrust2014-12-041-30/+28
* [SQL] remove unnecessary importJacky Li2014-12-041-1/+0
* [SPARK-4552][SQL] Avoid exception when reading empty parquet data through HiveMichael Armbrust2014-12-031-1/+4
* [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-022-0/+72
* Indent license header properly for interfaces.scala.Reynold Xin2014-12-021-17/+15
* [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-011-0/+7
* [SQL] add @group tab in limit() and count()Jacky Li2014-12-011-0/+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-241-0/+7
* [SPARK-4479][SQL] Avoids unnecessary defensive copies when sort based shuffle...Cheng Lian2014-11-241-1/+15
* [SPARK-4413][SQL] Parquet support through datasource APIMichael Armbrust2014-11-204-13/+346
* [SQL] fix function description mistakeJacky Li2014-11-201-1/+1
* [SPARK-4318][SQL] Fix empty sum distinct.Takuya UESHIN2014-11-203-28/+116
* [SPARK-4513][SQL] Support relational operator '<=>' in Spark SQLravipesala2014-11-201-0/+12
* [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-181-1/+1
* [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
* [SPARK-4453][SPARK-4213][SQL] Simplifies Parquet filter generation codeCheng Lian2014-11-174-693/+160
* [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
* [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
* [SPARK-4322][SQL] Enables struct fields as sub expressions of grouping fieldsCheng Lian2014-11-141-1/+11
* [SQL] Don't shuffle code generated rowsMichael Armbrust2014-11-142-2/+9
* [SPARK-4391][SQL] Configure parquet filters using SQLConfMichael Armbrust2014-11-145-11/+21
* [SPARK-4394][SQL] Data Sources API ImprovementsMichael Armbrust2014-11-145-3/+21
* [SPARK-4274] [SQL] Fix NPE in printing the details of the query planCheng Hao2014-11-101-1/+1
* [SPARK-4149][SQL] ISO 8601 support for json date time stringsDaoyuan Wang2014-11-103-2/+40
* [SQL] remove a decimal case branch that has no effect at runtimeXiangrui Meng2014-11-101-1/+0
* [SPARK-4319][SQL] Enable an ignored test "null count".Takuya UESHIN2014-11-102-9/+9
* SPARK-1209 [CORE] (Take 2) SparkHadoop{MapRed,MapReduce}Util should not use p...Sean Owen2014-11-091-0/+1
* [SPARK-4213][SQL] ParquetFilters - No support for LT, LTE, GT, GTE operatorsKousuke Saruta2014-11-072-11/+364
* [SPARK-4262][SQL] add .schemaRDD to JavaSchemaRDDXiangrui Meng2014-11-051-0/+3
* [SPARK-3886] [PySpark] simplify serializer, use AutoBatchedSerializer by defa...Davies Liu2014-11-031-6/+4
* [SPARK-4192][SQL] Internal API for Python UDTXiangrui Meng2014-11-034-1/+71
* [SQL] Convert arguments to Scala UDFsMichael Armbrust2014-11-031-5/+13
* [SQL] More aggressive defaultsMichael Armbrust2014-11-032-8/+8
* [SPARK-4202][SQL] Simple DSL support for Scala UDFCheng Lian2014-11-031-4/+13
* [SPARK-4207][SQL] Query which has syntax like 'not like' is not working in Sp...ravipesala2014-11-031-0/+5
* [SPARK-3572] [SQL] Internal API for User-Defined TypesJoseph K. Bradley2014-11-0218-76/+413