aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18401][SPARKR][ML] SparkR random forest should support output original...Yanbo Liang2016-11-102-4/+48
* [SPARK-18185] Fix all forms of INSERT / OVERWRITE TABLE for Datasource tablesEric Liang2016-11-1013-73/+411
* [SPARK-18403][SQL] Temporarily disable flaky ObjectHashAggregateSuiteCheng Lian2016-11-101-1/+2
* [SPARK-17990][SPARK-18302][SQL] correct several partition related behaviours ...Wenchen Fan2016-11-1019-208/+397
* [SPARK-17993][SQL] Fix Parquet log output redirectionMichael Allman2016-11-104-48/+90
* [SPARK-18262][BUILD][SQL] JSON.org license is now CatXSean Owen2016-11-107-8/+5
* [SPARK-14914][CORE] Fix Resource not closed after using, for unit tests and e...wm624@hotmail.com2016-11-108-2/+30
* [SPARK-18268][ML][MLLIB] ALS fail with better message if ratings is empty rddSandeep Singh2016-11-104-0/+18
* [MINOR][PYSPARK] Improve error message when running PySpark with different mi...Liang-Chi Hsieh2016-11-101-1/+3
* [SPARK-18147][SQL] do not fail for very complex aggregator result typeWenchen Fan2016-11-101-0/+21
* [SPARK-17829][SQL] Stable format for offset logTyson Condie2016-11-0925-150/+402
* [SPARK-18191][CORE][FOLLOWUP] Call `setConf` if `OutputFormat` is `Configurab...jiangxingbo2016-11-093-3/+30
* [SPARK-18370][SQL] Add table information to InsertIntoHadoopFsRelationCommandHerman van Hovell2016-11-094-7/+12
* [SPARK-18368][SQL] Fix regexp replace when serializedRyan Blue2016-11-092-2/+16
* Revert "[SPARK-18368] Fix regexp_replace with task serialization."Yin Huai2016-11-092-10/+7
* [SPARK-16808][CORE] History Server main page does not honor APPLICATION_WEB_P...Vinayak2016-11-095-7/+92
* [SPARK-18338][SQL][TEST-MAVEN] Fix test case initialization order under Maven...Cheng Lian2016-11-091-13/+10
* [SPARK-18292][SQL] LogicalPlanToSQLSuite should not use resource dependent pa...Dongjoon Hyun2016-11-091-1/+9
* [SPARK-17659][SQL] Partitioned View is Not Supported By SHOW CREATE TABLEgatorsmile2016-11-093-1/+33
* [SPARK-18368] Fix regexp_replace with task serialization.Ryan Blue2016-11-082-7/+10
* [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