aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9244] Increase some memory defaultsMatei Zaharia2015-07-221-2/+2
* [SPARK-4366] [SQL] [Follow-up] Fix SqlParser compiling warning.Yin Huai2015-07-221-2/+1
* [SPARK-9024] Unsafe HashJoin/HashOuterJoin/HashSemiJoinDavies Liu2015-07-2219-132/+437
* [SPARK-9165] [SQL] codegen for CreateArray, CreateStruct and CreateNamedStructYijie Shen2015-07-222-5/+76
* [SPARK-9082] [SQL] Filter using non-deterministic expressions should not be p...Wenchen Fan2015-07-222-11/+84
* [SPARK-4233] [SPARK-4367] [SPARK-3947] [SPARK-3056] [SQL] Aggregation Improve...Yin Huai2015-07-2139-100/+3087
* [SPARK-9232] [SQL] Duplicate code in JSONRelationAndrew Or2015-07-211-29/+21
* [SPARK-9154][SQL] Rename formatString to format_string.Reynold Xin2015-07-215-42/+18
* [SPARK-9154] [SQL] codegen StringFormatTarek Auel2015-07-214-11/+70
* [SPARK-9206] [SQL] Fix HiveContext classloading for GCS connector.Dennis Huo2015-07-211-1/+1
* [SPARK-8906][SQL] Move all internal data source classes into execution.dataso...Reynold Xin2015-07-2131-62/+77
* [SPARK-8357] Fix unsafe memory leak on empty inputs in GeneratedAggregatenavis.ryu2015-07-213-1/+70
* Revert "[SPARK-9154] [SQL] codegen StringFormat"Michael Armbrust2015-07-213-59/+11
* [SPARK-9154] [SQL] codegen StringFormatTarek Auel2015-07-213-11/+59
* [SPARK-9081] [SPARK-9168] [SQL] nanvl & dropna/fillna supporting nan as wellYijie Shen2015-07-219-88/+222
* [SPARK-9173][SQL]UnionPushDown should also support Intersect and ExceptYijie Shen2015-07-213-70/+120
* [SPARK-8230][SQL] Add array/map size methodPedro Rodriguez2015-07-215-1/+137
* [SPARK-8255] [SPARK-8256] [SQL] Add regex_extract/regex_replaceCheng Hao2015-07-217-4/+293
* [SPARK-9100] [SQL] Adds DataFrame reader/writer shortcut methods for ORCCheng Lian2015-07-216-20/+38
* [SPARK-9161][SQL] codegen FormatNumberTarek Auel2015-07-201-14/+54
* [SPARK-9023] [SQL] Followup for #7456 (Efficiency improvements for UnsafeRows...Josh Rosen2015-07-203-23/+161
* [SPARK-9208][SQL] Remove variant of DataFrame string functions that accept co...Reynold Xin2015-07-205-455/+74
* [SPARK-9157] [SQL] codegen substringTarek Auel2015-07-201-43/+44
* [SPARK-8797] [SPARK-9146] [SPARK-9145] [SPARK-9147] Support NaN ordering and ...Josh Rosen2015-07-2012-24/+156
* [SPARK-9132][SPARK-9163][SQL] codegen convTarek Auel2015-07-204-161/+263
* [SPARK-9164] [SQL] codegen hex/unhexTarek Auel2015-07-201-39/+57
* [SPARK-9142][SQL] Removing unnecessary self types in expressions.Reynold Xin2015-07-203-17/+22
* [SPARK-9156][SQL] codegen StringSplitTarek Auel2015-07-201-4/+8
* [SPARK-8125] [SQL] Accelerates Parquet schema merging and partition discoveryCheng Lian2015-07-207-90/+250
* [SPARK-9160][SQL] codegen encode, decodeTarek Auel2015-07-201-2/+23
* [SPARK-9159][SQL] codegen ascii, base64, unbase64Tarek Auel2015-07-202-7/+32
* [SPARK-9155][SQL] codegen StringSpaceTarek Auel2015-07-201-5/+7
* [SPARK-6910] [SQL] Support for pushing predicates down to metastore for parti...Cheng Lian2015-07-2011-45/+221
* [SPARK-9114] [SQL] [PySpark] convert returned object from UDF into internal typeDavies Liu2015-07-202-39/+15
* [SQL] Remove space from DataFrame Scala/Java API.Reynold Xin2015-07-202-24/+0
* [SPARK-9186][SQL] make deterministic describing the tree rather than the expr...Wenchen Fan2015-07-205-16/+22
* [SPARK-9177][SQL] Reuse of calendar object in WeekOfYearTarek Auel2015-07-201-4/+11
* [SPARK-9153][SQL] codegen StringLPad/StringRPadTarek Auel2015-07-202-2/+58
* [SPARK-9023] [SQL] Efficiency improvements for UnsafeRows in ExchangeJosh Rosen2015-07-198-116/+398
* [SQL][DOC] Minor document fix in HadoopFsRelationProviderJacky Li2015-07-191-2/+2
* Code review feedback for the previous patch.Reynold Xin2015-07-191-2/+6
* [SPARK-9185][SQL] improve code gen for mutable states to support complex init...Wenchen Fan2015-07-199-38/+42
* [SPARK-9172][SQL] Make DecimalPrecision support for Intersect and ExceptLiang-Chi Hsieh2015-07-192-37/+104
* [SPARK-8241][SQL] string function: concat_ws.Reynold Xin2015-07-198-20/+154
* [SPARK-8638] [SQL] Window Function Performance Improvements - CleanupHerman van Hovell2015-07-193-85/+51
* [HOTFIX] [SQL] Fixes compilation error introduced by PR #7506Cheng Lian2015-07-191-2/+2
* [SQL] Make date/time functions more consistent with other database systems.Reynold Xin2015-07-197-281/+225
* [SPARK-8199][SQL] follow up; revert change in testTarek Auel2015-07-191-2/+2
* [SPARK-8638] [SQL] Window Function Performance ImprovementsHerman van Hovell2015-07-184-404/+765
* Fixed test cases.Reynold Xin2015-07-181-2/+2