aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18333][SQL] Revert hacks in parquet and orc reader to support case ins...Eric Liang2016-11-093-44/+2
* [SPARK-18239][SPARKR] Gradient Boosted Tree for RFelix Cheung2016-11-0810-66/+696
* [SPARK-18342] Make rename failures fatal in HDFSBackedStateStoreBurak Yavuz2016-11-082-7/+40
* [SPARK-18280][CORE] Fix potential deadlock in `StandaloneSchedulerBackend.dead`Shixiong Zhu2016-11-085-2/+41
* [SPARK-17748][ML] Minor cleanups to one-pass linear regression with elastic netJoseph K. Bradley2016-11-083-12/+23
* [SPARK-18357] Fix yarn files/archive broken issue andd unit testsKishor Patil2016-11-082-1/+18
* [SPARK-18191][CORE] Port RDD API to use commit protocoljiangxingbo2016-11-089-176/+280
* [SPARK-18346][SQL] TRUNCATE TABLE should fail if no partition is matched for ...Wenchen Fan2016-11-083-24/+30
* [SPARK-17868][SQL] Do not use bitmasks during parsing and analysis of CUBE/RO...jiangxingbo2016-11-085-137/+474
* [MINOR][DOC] Unify example marksZheng RuiFeng2016-11-085-21/+53
* [SPARK-13770][DOCUMENTATION][ML] Document the ML feature Interactionchie88422016-11-083-0/+208
* [SPARK-18137][SQL] Fix RewriteDistinctAggregates UnresolvedException when a U...root2016-11-082-9/+61
* [SPARK-18207][SQL] Fix a compilation error due to HashExpression.doGenCodeKazuaki Ishizaki2016-11-082-7/+33
* [SPARK-16575][CORE] partition calculation mismatch with sc.binaryFilesfidato2016-11-074-5/+42
* [SPARK-18217][SQL] Disallow creating permanent views based on temporary views...gatorsmile2016-11-075-12/+172
* [SPARK-18261][STRUCTURED STREAMING] Add statistics to MemorySink for joiningLiwei Lin2016-11-072-1/+21
* [SPARK-18086] Add support for Hive session vars.Ryan Blue2016-11-074-5/+67
* [SPARK-18295][SQL] Make to_json function null safe (matching it to from_json)hyukjinkwon2016-11-073-11/+30
* [SPARK-18236] Reduce duplicate objects in Spark UI and HistoryServerJosh Rosen2016-11-078-38/+84
* [SPARK-17490][SQL] Optimize SerializeFromObject() for a primitive arrayKazuaki Ishizaki2016-11-087-14/+203
* [SPARK-14914][CORE] Fix Resource not closed after using, mostly for unit testsHyukjin Kwon2016-11-0712-49/+93
* [SPARK-17108][SQL] Fix BIGINT and INT comparison failure in spark sqlWeiqing Yang2016-11-072-1/+13
* [SPARK-18283][STRUCTURED STREAMING][KAFKA] Added test to check whether defaul...Tathagata Das2016-11-071-0/+24
* [SPARK-18291][SPARKR][ML] SparkR glm predict should output original label whe...Yanbo Liang2016-11-072-13/+84
* [SPARK-18125][SQL] Fix a compilation error in codegen due to splitExpressionLiang-Chi Hsieh2016-11-072-6/+58
* [SPARK-16904][SQL] Removal of Hive Built-in Hash Functions and TestHiveFuncti...gatorsmile2016-11-073-50/+20
* [SPARK-18296][SQL] Use consistent naming for expression test suitesReynold Xin2016-11-066-9/+8
* [SPARK-18167][SQL] Disable flaky hive partition pruning test.Reynold Xin2016-11-061-1/+1
* [SPARK-18173][SQL] data source tables should support truncating partitionWenchen Fan2016-11-065-17/+146
* [SPARK-18269][SQL] CSV datasource should read null properly when schema is la...hyukjinkwon2016-11-064-45/+81
* [SPARK-18210][ML] Pipeline.copy does not create an instance with the same UIDWojciech Szymanski2016-11-062-3/+21
* [SPARK-17854][SQL] rand/randn allows null/long as input seedhyukjinkwon2016-11-064-22/+135
* [SPARK-18276][ML] ML models should copy the training summary and set parentsethah2016-11-0512-20/+62
* [MINOR][DOCUMENTATION] Fix some minor descriptions in functions consistently ...hyukjinkwon2016-11-053-36/+51
* [SPARK-17964][SPARKR] Enable SparkR with Mesos client mode and cluster modeSusan X. Huynh2016-11-052-8/+7
* [SPARK-17849][SQL] Fix NPE problem when using grouping setswangyang2016-11-053-2/+66
* [SPARK-18192][MINOR][FOLLOWUP] Missed json test in FileStreamSinkSuitehyukjinkwon2016-11-051-1/+1
* [SPARK-18287][SQL] Move hash expressions from misc.scala into hash.scalaReynold Xin2016-11-054-880/+932
* [SPARK-17183][SPARK-17983][SPARK-18101][SQL] put hive serde table schema to t...Wenchen Fan2016-11-0517-97/+245
* [SPARK-18260] Make from_json null safeBurak Yavuz2016-11-052-1/+11
* [SPARK-17710][FOLLOW UP] Add comments to state why 'Utils.classForName' is no...Weiqing Yang2016-11-041-0/+4
* [SPARK-18189] [SQL] [Followup] Move test from ReplSuite to prevent java.lang....Reynold Xin2016-11-042-17/+12
* [SPARK-18256] Improve the performance of event log replay in HistoryServerJosh Rosen2016-11-042-42/+70
* [SPARK-18167] Re-enable the non-flaky parts of SQLQuerySuiteEric Liang2016-11-041-21/+10
* [SPARK-17337][SQL] Do not pushdown predicates through filters with predicate...Herman van Hovell2016-11-042-5/+35
* [SPARK-18197][CORE] Optimise AppendOnlyMap implementationAdam Roberts2016-11-041-5/+5
* Closing some stale/invalid pull requestsReynold Xin2016-11-040-0/+0
* [SPARK-18200][GRAPHX][FOLLOW-UP] Support zero as an initial capacity in OpenH...Dongjoon Hyun2016-11-031-1/+1
* [SPARK-14393][SQL][DOC] update doc for python and RFelix Cheung2016-11-032-2/+2
* [SPARK-18259][SQL] Do not capture Throwable in QueryExecutionHerman van Hovell2016-11-032-1/+51