aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8875] Remove BlockStoreShuffleFetcher classKay Ousterhout2015-07-2110-192/+172
* [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-216-1/+152
* [SPARK-8255] [SPARK-8256] [SQL] Add regex_extract/regex_replaceCheng Hao2015-07-218-4/+323
* [SPARK-9100] [SQL] Adds DataFrame reader/writer shortcut methods for ORCCheng Lian2015-07-2113-23/+79
* [SPARK-9161][SQL] codegen FormatNumberTarek Auel2015-07-201-14/+54
* [SPARK-9179] [BUILD] Use default primary author if unspecifiedShivaram Venkataraman2015-07-201-0/+2
* [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-203-43/+75
* [SPARK-8797] [SPARK-9146] [SPARK-9145] [SPARK-9147] Support NaN ordering and ...Josh Rosen2015-07-2016-26/+243
* [SPARK-9204][ML] Add default params test for linearyregression suiteHolden Karau2015-07-201-0/+25
* [SPARK-9132][SPARK-9163][SQL] codegen convTarek Auel2015-07-204-161/+263
* [SPARK-9201] [ML] Initial integration of MLlib + SparkR using RFormulaEric Liang2015-07-208-3/+185
* [SPARK-9052] [SPARKR] Fix comments after curly bracesYu ISHIKAWA2015-07-212-16/+30
* [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-203-4/+28
* [SPARK-9178][SQL] Add an empty string constant to UTF8StringTarek Auel2015-07-202-39/+39
* [SPARK-9187] [WEBUI] Timeline view may show negative value for running tasksCarson Wang2015-07-201-8/+15
* [SPARK-9175] [MLLIB] BLAS.gemm fails to update matrix C when alpha==0 and bet...Meihua Wu2015-07-202-2/+18
* [SPARK-9198] [MLLIB] [PYTHON] Fixed typo in pyspark sparsevector doc testsJoseph K. Bradley2015-07-201-4/+4
* [SPARK-8125] [SQL] Accelerates Parquet schema merging and partition discoveryCheng Lian2015-07-208-90/+258
* [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-203-5/+25
* [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-206-61/+32
* [SPARK-9101] [PySpark] Add missing NullTypeMateusz Buśkiewicz2015-07-202-1/+5
* [SPARK-8103][core] DAGScheduler should not submit multiple concurrent attempt...Imran Rashid2015-07-2013-86/+383
* [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-8996] [MLLIB] [PYSPARK] Python API for Kolmogorov-Smirnov TestMechCoder2015-07-204-14/+123
* [SPARK-7422] [MLLIB] Add argmax to Vector, SparseVectorGeorge Dittmar2015-07-203-5/+95
* [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-9030] [STREAMING] [HOTFIX] Make sure that no attempts to create Kinesi...Tathagata Das2015-07-191-31/+26
* [SPARK-8241][SQL] string function: concat_ws.Reynold Xin2015-07-1910-38/+256
* [SPARK-8638] [SQL] Window Function Performance Improvements - CleanupHerman van Hovell2015-07-193-85/+51
* [SPARK-9021] [PYSPARK] Change RDD.aggregate() to do reduce(mapPartitions()) i...Nicholas Hwang2015-07-192-14/+137
* [HOTFIX] [SQL] Fixes compilation error introduced by PR #7506Cheng Lian2015-07-191-2/+2
* [SPARK-9179] [BUILD] Allows committers to specify primary author of the PR to...Cheng Lian2015-07-191-10/+13
* [SQL] Make date/time functions more consistent with other database systems.Reynold Xin2015-07-198-302/+239
* [SPARK-8199][SQL] follow up; revert change in testTarek Auel2015-07-191-2/+2
* [SPARK-9094] [PARENT] Increased io.dropwizard.metrics from 3.1.0 to 3.1.2Carl Anders Düvel2015-07-191-1/+1