aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-18138][DOCS] Document that Java 7, Python 2.6, Scala 2.10, Hadoop < 2....Sean Owen2016-11-035-0/+30
* [SPARK-18257][SS] Improve error reporting for FileStressSuiteReynold Xin2016-11-031-15/+18
* [SPARKR][TEST] remove unnecessary suppressWarningswm624@hotmail.com2016-11-031-2/+2
* [SPARK-18212][SS][KAFKA] increase executor poll timeoutcody koeninger2016-11-032-2/+6
* [SPARK-18099][YARN] Fail if same files added to distributed cache for --files...Kishor Patil2016-11-032-2/+52
* [SPARK-18237][HIVE] hive.exec.stagingdir have no effect福星2016-11-031-2/+2
* [SPARK-18244][SQL] Rename partitionProviderIsHive -> tracksPartitionsInCatalogReynold Xin2016-11-0310-27/+30
* [SPARK-17949][SQL] A JVM object based aggregate operatorCheng Lian2016-11-0310-11/+1527
* [SPARK-17981][SPARK-17957][SQL] Fix Incorrect Nullability Setting to False in...gatorsmile2016-11-032-3/+79
* [SPARK-18177][ML][PYSPARK] Add missing 'subsamplingRate' of pyspark GBTClassi...Zheng RuiFeng2016-11-031-5/+5
* [SQL] minor - internal doc improvement for InsertIntoTable.Reynold Xin2016-11-032-5/+42
* [SPARK-18219] Move commit protocol API (internal) from sql/core to core moduleReynold Xin2016-11-039-267/+327
* [SPARK-17122][SQL] support drop current databaseDaoyuan Wang2016-11-033-6/+20
* [SPARK-18200][GRAPHX] Support zero as an initial capacity in OpenHashSetDongjoon Hyun2016-11-024-9/+12
* [SPARK-18175][SQL] Improve the test case coverage of implicit type castinggatorsmile2016-11-021-56/+199
* [SPARK-17963][SQL][DOCUMENTATION] Add examples (extend) in each expression an...hyukjinkwon2016-11-0240-451/+1256
* [SPARK-17470][SQL] unify path for data source table and locationUri for hive ...Wenchen Fan2016-11-0219-335/+520
* [SPARK-18214][SQL] Simplify RuntimeReplaceable type coercionReynold Xin2016-11-0211-182/+204
* [SPARK-17058][BUILD] Add maven snapshots-and-staging profile to build/test ag...Steve Loughran2016-11-021-0/+48
* [SPARK-18160][CORE][YARN] spark.files & spark.jars should not be passed to dr...Jeff Zhang2016-11-022-24/+10
* [SPARK-14393][SQL] values generated by non-deterministic functions shouldn't ...Xiangrui Meng2016-11-0232-78/+231