aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK-9166][SQL][PYSPARK] Capture and hide IllegalArgumentException in Pytho...Liang-Chi Hsieh2015-07-192-2/+17
* Closes #6775 since it is subsumbed by other patches.Reynold Xin2015-07-180-0/+0
* [SPARK-8638] [SQL] Window Function Performance ImprovementsHerman van Hovell2015-07-184-404/+765
* Fixed test cases.Reynold Xin2015-07-181-2/+2
* [SPARK-8199][SPARK-8184][SPARK-8183][SPARK-8182][SPARK-8181][SPARK-8180][SPAR...Tarek Auel2015-07-189-26/+1234
* [SPARK-8443][SQL] Split GenerateMutableProjection Codegen due to JVM Code Siz...Forest Fang2015-07-182-3/+50
* [SPARK-8278] Remove non-streaming JSON reader.Reynold Xin2015-07-186-518/+29
* [SPARK-9150][SQL] Create CodegenFallback and Unevaluable traitReynold Xin2015-07-1824-218/+206
* [SPARK-9174][SQL] Add documentation for all public SQLConfs.Reynold Xin2015-07-181-91/+53
* [SPARK-8240][SQL] string function: concatReynold Xin2015-07-189-247/+421
* [SPARK-9055][SQL] WidenTypes should also support Intersect and ExceptYijie Shen2015-07-183-41/+94
* Closes #6122Reynold Xin2015-07-180-0/+0
* [SPARK-9151][SQL] Implement code generation for AbsLiang-Chi Hsieh2015-07-182-0/+9
* [SPARK-9171][SQL] add and improve tests for nondeterministic expressionsWenchen Fan2015-07-186-72/+103
* [SPARK-9167][SQL] use UTC Calendar in `stringToDate`Wenchen Fan2015-07-183-16/+15
* [SPARK-9142][SQL] remove more self type in catalystWenchen Fan2015-07-186-7/+7
* [SPARK-9143] [SQL] Add planner rule for automatically inserting Unsafe <-> Sa...Josh Rosen2015-07-185-3/+239
* [SPARK-9169][SQL] Improve unit test coverage for null expressions.Reynold Xin2015-07-184-103/+119
* [MLLIB] [DOC] Seed fix in mllib naive bayes examplePaweł Kozikowski2015-07-181-0/+6
* [SPARK-9118] [ML] Implement IntArrayParam in mllibRekha Joshi2015-07-171-0/+16
* [SPARK-7879] [MLLIB] KMeans API for spark.ml PipelinesYu ISHIKAWA2015-07-178-5/+617
* [SPARK-8280][SPARK-8281][SQL]Handle NaN, null and Infinity in mathYijie Shen2015-07-175-63/+157