aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-17571][SQL] AssertOnQuery.condition should always return Boolean valuepetermaxlee2016-09-183-4/+10
* [SPARK-16462][SPARK-16460][SPARK-15144][SQL] Make CSV cast null values properlyLiwei Lin2016-09-187-83/+93
* [SPARK-17586][BUILD] Do not call static member via instance referencehyukjinkwon2016-09-181-1/+1
* [SPARK-17546][DEPLOY] start-* scripts should use hostname -fSean Owen2016-09-183-3/+3
* [SPARK-17506][SQL] Improve the check double values equality rule.jiangxingbo2016-09-182-7/+30
* [SPARK-17541][SQL] fix some DDL bugs about table management when same-name te...Wenchen Fan2016-09-1810-46/+170
* [SPARK-17518][SQL] Block Users to Specify the Internal Data Source Provider Hivegatorsmile2016-09-186-3/+67
* [SPARK-17491] Close serialization stream to fix wrong answer bug in putIterat...Josh Rosen2016-09-178-44/+344
* [SPARK-17480][SQL][FOLLOWUP] Fix more instances which calls List.length/size ...hyukjinkwon2016-09-179-33/+31
* [SPARK-17575][DOCS] Remove extra table tags in configuration documentsandy2016-09-171-2/+3
* [SPARK-17529][CORE] Implement BitSet.clearUntil and use it during merge joinsDavid Navas2016-09-173-12/+52
* [SPARK-17548][MLLIB] Word2VecModel.findSynonyms no longer spuriously rejects ...William Benton2016-09-175-24/+83
* [SPARK-17567][DOCS] Use valid url to Spark RDD paperXin Ren2016-09-171-1/+1
* Correct fetchsize property name in docsDaniel Darabos2016-09-172-4/+4
* [SPARK-17549][SQL] Only collect table size stat in driver for cached relation.Marcelo Vanzin2016-09-163-24/+32
* [SPARK-17561][DOCS] DataFrameWriter documentation formatting problemsSean Owen2016-09-163-29/+53
* [SPARK-17558] Bump Hadoop 2.7 version from 2.7.2 to 2.7.3Reynold Xin2016-09-162-16/+16
* [SPARK-17426][SQL] Refactor `TreeNode.toJSON` to avoid OOM when converting un...Sean Zhong2016-09-163-315/+333
* [SPARK-17534][TESTS] Increase timeouts for DirectKafkaStreamSuite testsAdam Roberts2016-09-161-4/+4
* [SPARK-17543] Missing log4j config file for tests in common/network-…Jagadeesan2016-09-161-0/+24
* [SPARK-17458][SQL] Alias specified for aggregates in a pivot are not honoredAndrew Ray2016-09-152-1/+20
* [SPARK-17484] Prevent invalid block locations from being reported after put()...Josh Rosen2016-09-152-8/+63
* [SPARK-17364][SQL] Antlr lexer wrongly treats full qualified identifier as a ...Sean Zhong2016-09-153-9/+63
* [SPARK-17429][SQL] use ImplicitCastInputTypes with function Length岑玉海2016-09-152-5/+7
* [SPARK-17114][SQL] Fix aggregates grouped by literals with empty inputHerman van Hovell2016-09-154-3/+86
* [SPARK-17547] Ensure temp shuffle data file is cleaned up after errorJosh Rosen2016-09-154-49/+73
* [SPARK-17379][BUILD] Upgrade netty-all to 4.0.41 final for bug fixesAdam Roberts2016-09-157-6/+11
* [SPARK-17451][CORE] CoarseGrainedExecutorBackend should inform driver before ...Tejas Patil2016-09-152-6/+23
* [SPARK-17406][BUILD][HOTFIX] MiMa excludes fixSean Owen2016-09-151-12/+17
* [SPARK-17536][SQL] Minor performance improvement to JDBC batch insertsJohn Muller2016-09-151-1/+1
* [SPARK-17406][WEB UI] limit timeline executor eventscenyuhai2016-09-158-148/+162
* [SPARK-17521] Error when I use sparkContext.makeRDD(Seq())codlife2016-09-151-1/+1
* [SPARK-17524][TESTS] Use specified spark.buffer.pageSizeAdam Roberts2016-09-151-2/+4
* [SPARK-17507][ML][MLLIB] check weight vector size in ANNWeichenXu2016-09-151-6/+4
* [SPARK-17440][SPARK-17441] Fixed Multiple Bugs in ALTER TABLEgatorsmile2016-09-154-59/+120
* [SPARK-17465][SPARK CORE] Inappropriate memory management in `org.apache.spar...Xing SHI2016-09-141-3/+3
* [SPARK-17472] [PYSPARK] Better error message for serialization failures of la...Eric Liang2016-09-142-1/+20
* [SPARK-17463][CORE] Make CollectionAccumulator and SetAccumulator's value can...Shixiong Zhu2016-09-145-32/+54
* [SPARK-17511] Yarn Dynamic Allocation: Avoid marking released container as Fa...Kishor Patil2016-09-142-29/+52
* [SPARK-10747][SQL] Support NULLS FIRST|LAST clause in ORDER BYXin Wu2016-09-1446-80/+639
* [MINOR][SQL] Add missing functions for some options in SQLConf and use them w...hyukjinkwon2016-09-1512-31/+49
* [SPARK-17514] df.take(1) and df.limit(1).collect() should perform the same in...Josh Rosen2016-09-144-18/+26
* [SPARK-17409][SQL] Do Not Optimize Query in CTAS More Than Oncegatorsmile2016-09-1413-42/+49
* [SPARK-17445][DOCS] Reference an ASF page as the main place to find third-par...Sean Owen2016-09-149-19/+18
* [SPARK-17480][SQL] Improve performance by removing or caching List.length whi...Ergin Seyfe2016-09-143-10/+9
* [CORE][DOC] remove redundant commentwm624@hotmail.com2016-09-141-9/+9
* [SPARK-17525][PYTHON] Remove SparkContext.clearFiles() from the PySpark API a...Sami Jaktholm2016-09-141-8/+0
* [SPARK-17449][DOCUMENTATION] Relation between heartbeatInterval and…Jagadeesan2016-09-142-1/+3
* [SPARK-17317][SPARKR] Add SparkR vignettejunyangq2016-09-132-2/+870
* [SPARK-17530][SQL] Add Statistics into DESCRIBE FORMATTEDgatorsmile2016-09-143-8/+10