aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* [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-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-201-24/+44
* [SPARK-4228][SQL] SchemaRDD to JSONDan McClary2014-11-203-3/+86
* [SPARK-3938][SQL] Names in-memory columnar RDD with corresponding table nameCheng Lian2014-11-204-12/+19
* [SPARK-4468][SQL] Fixes Parquet filter creation for inequality predicates wit...Cheng Lian2014-11-181-4/+4
* [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-173-655/+140
* [SQL] Makes conjunction pushdown more aggressive for in-memory tableCheng Lian2014-11-171-2/+2
* [SPARK-4410][SQL] Add support for external sortMichael Armbrust2014-11-163-5/+44
* [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
* [SQL] Don't shuffle code generated rowsMichael Armbrust2014-11-141-2/+2
* [SPARK-4391][SQL] Configure parquet filters using SQLConfMichael Armbrust2014-11-144-11/+19
* [SPARK-4394][SQL] Data Sources API ImprovementsMichael Armbrust2014-11-144-3/+14
* [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-102-2/+33
* [SQL] remove a decimal case branch that has no effect at runtimeXiangrui Meng2014-11-101-1/+0
* 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-071-11/+324
* [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] More aggressive defaultsMichael Armbrust2014-11-032-8/+8
* [SPARK-3572] [SQL] Internal API for User-Defined TypesJoseph K. Bradley2014-11-0215-70/+237
* [SPARK-2189][SQL] Adds dropTempTable APICheng Lian2014-11-022-0/+26
* [SPARK-4185][SQL] JSON schema inference failed when dealing with type conflic...Yin Huai2014-11-021-5/+11
* [SPARK-3791][SQL] Provides Spark version and Hive version in HiveThriftServer2Cheng Lian2014-11-021-42/+27
* [SPARK-4182][SQL] Fixes ColumnStats classes for boolean, binary and complex d...Cheng Lian2014-11-023-6/+52
* [SPARK-3247][SQL] An API for adding data sources to Spark SQLMichael Armbrust2014-11-0213-11/+529
* [SPARK-3930] [SPARK-3933] Support fixed-precision decimal in SQL, and some op...Matei Zaharia2014-11-0117-56/+276
* [SPARK-3569][SQL] Add metadata field to StructFieldXiangrui Meng2014-11-018-21/+127
* Revert "SPARK-1209 [CORE] SparkHadoop{MapRed,MapReduce}Util should not use pa...Andrew Or2014-10-301-1/+0
* [SPARK-3968][SQL] Use parquet-mr filter2 apiYash Datta2014-10-303-178/+250
* SPARK-1209 [CORE] SparkHadoop{MapRed,MapReduce}Util should not use package or...Sean Owen2014-10-301-0/+1
* [SPARK-4003] [SQL] add 3 types for java SQL contextDaoyuan Wang2014-10-292-1/+22
* [SPARK-4133] [SQL] [PySpark] type conversionfor python udfDavies Liu2014-10-283-87/+89
* [SPARK-3343] [SQL] Add serde support for CTASCheng Hao2014-10-281-2/+2
* [SPARK-3988][SQL] add public API for date typeDaoyuan Wang2014-10-282-9/+21
* [SPARK-4068][SQL] NPE in jsonRDD schema inferenceYin Huai2014-10-261-2/+2
* [SPARK-3537][SPARK-3914][SQL] Refines in-memory columnar table statisticsCheng Lian2014-10-264-107/+130
* SPARK-3359 [DOCS] sbt/sbt unidoc doesn't work with Java 8Sean Owen2014-10-251-1/+1
* [SQL] Update Hive test harness for Hive 12 and 13Michael Armbrust2014-10-241-1/+0
* [SPARK-4050][SQL] Fix caching of temporary tables with projections.Michael Armbrust2014-10-242-8/+8
* [SPARK-3969][SQL] Optimizer should have a super class as an interface.Takuya UESHIN2014-10-201-2/+2
* SPARK-3926 [CORE] Result of JavaRDD.collectAsMap() is not SerializableSean Owen2014-10-181-1/+2