aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18657][SPARK-18668] Make StreamingQuery.id persists across restart and...Tathagata Das2016-12-0519-177/+466
* [SPARK-18729][SS] Move DataFrame.collect out of synchronized block in MemorySinkShixiong Zhu2016-12-051-6/+13
* [SPARK-18634][PYSPARK][SQL] Corruption and Correctness issues with exploding ...Liang-Chi Hsieh2016-12-054-10/+40
* [SPARK-18719] Add spark.ui.showConsoleProgress to configuration docsNicholas Chammas2016-12-051-0/+9
* [DOCS][MINOR] Update location of Spark YARN shuffle jarNicholas Chammas2016-12-051-1/+1
* [SPARK-18711][SQL] should disable subexpression elimination for LambdaVariableWenchen Fan2016-12-052-5/+9
* [SPARK-18694][SS] Add StreamingQuery.explain and exception to Python and fix ...Shixiong Zhu2016-12-058-25/+119
* [MINOR][DOC] Use SparkR `TRUE` value and add default values for `StructField`...Dongjoon Hyun2016-12-051-5/+8
* [SPARK-18279][DOC][ML][SPARKR] Add R examples to ML programming guide.Yanbo Liang2016-12-052-0/+30
* [SPARK-18625][ML] OneVsRestModel should support setFeaturesCol and setPredict...Zheng RuiFeng2016-12-052-1/+22
* [SPARK-18702][SQL] input_file_block_start and input_file_block_lengthReynold Xin2016-12-0410-152/+268
* [SPARK-18643][SPARKR] SparkR hangs at session start when installed as a packa...Felix Cheung2016-12-043-4/+9
* [SPARK-18661][SQL] Creating a partitioned datasource table should not scan al...Eric Liang2016-12-044-8/+66
* [SPARK-18091][SQL] Deep if expressions cause Generated SpecificUnsafeProjecti...Kapil Singh2016-12-042-13/+90
* [MINOR][README] Correct Markdown link inside readmelinbojin2016-12-031-2/+1
* [SPARK-18081][ML][DOCS] Add user guide for Locality Sensitive Hashing(LSH)Yunni2016-12-035-0/+436
* [SPARK-18582][SQL] Whitelist LogicalPlan operators allowed in correlated subq...Nattavut Sutyanyong2016-12-034-53/+129
* [SPARK-18638][BUILD] Upgrade sbt, Zinc, and Maven pluginsWeiqing Yang2016-12-035-39/+40
* [SPARK-18685][TESTS] Fix URI and release resources after opening in tests at ...hyukjinkwon2016-12-031-8/+17
* [SPARK-18586][BUILD] netty-3.8.0.Final.jar has vulnerability CVE-2014-3488 an...Sean Owen2016-12-036-6/+6
* [SPARK-18362][SQL] Use TextFileFormat in implementation of CSVFileFormatJosh Rosen2016-12-022-36/+28
* [SPARK-18695] Bump master branch version to 2.2.0-SNAPSHOTReynold Xin2016-12-0238-39/+40
* [SPARK-18690][PYTHON][SQL] Backward compatibility of unbounded frameszero3232016-12-022-14/+51
* [SPARK-18324][ML][DOC] Update ML programming and migration guide for 2.1 releaseYanbo Liang2016-12-022-134/+163
* [SPARK-18670][SS] Limit the number of StreamingQueryListener.StreamProgressEv...Shixiong Zhu2016-12-023-1/+71
* [SPARK-18291][SPARKR][ML] Revert "[SPARK-18291][SPARKR][ML] SparkR glm predic...Yanbo Liang2016-12-022-86/+12
* [SPARK-18677] Fix parsing ['key'] in JSON path expressions.Ryan Blue2016-12-022-1/+25
* [SPARK-18674][SQL][FOLLOW-UP] improve the error message of using joingatorsmile2016-12-022-7/+17
* [SPARK-18659][SQL] Incorrect behaviors in overwrite table for datasource tablesEric Liang2016-12-0214-37/+110
* [SPARK-18419][SQL] `JDBCRelation.insert` should not remove Spark optionsDongjoon Hyun2016-12-024-8/+28
* [SPARK-18679][SQL] Fix regression in file listing performance for non-catalog...Eric Liang2016-12-023-34/+106
* [SPARK-18629][SQL] Fix numPartition of JDBCSuite TestcaseWeiqing Yang2016-12-021-1/+1
* [SPARK-17213][SQL] Disable Parquet filter push-down for string and binary col...Cheng Lian2016-12-012-3/+47
* [SPARK-18658][SQL] Write text records directly to a FileOutputStreamNathan Howell2016-12-0110-144/+252
* [SPARK-18663][SQL] Simplify CountMinSketch aggregate implementationReynold Xin2016-12-019-455/+177
* [SPARK-18647][SQL] do not put provider in table properties for Hive serde tableWenchen Fan2016-12-023-41/+59
* [SPARK-18284][SQL] Make ExpressionEncoder.serializer.nullable preciseKazuaki Ishizaki2016-12-028-21/+96
* [SPARK-18141][SQL] Fix to quote column names in the predicate clause of the ...sureshthalamati2016-12-013-39/+82
* [SPARK-18639] Build only a single pip packageReynold Xin2016-12-011-18/+27
* [SPARK-18617][SPARK-18560][TESTS] Fix flaky test: StreamingContextSuite. Rece...Shixiong Zhu2016-12-011-1/+3
* [SPARK-18274][ML][PYSPARK] Memory leak in PySpark JavaWrapperSandeep Singh2016-12-012-18/+41
* [SPARK-18674][SQL] improve the error message of using joinWenchen Fan2016-12-017-58/+34
* [SPARK-18645][DEPLOY] Fix spark-daemon.sh arguments error lead to throws Unre...Yuming Wang2016-12-011-6/+5
* [SPARK-18666][WEB UI] Remove the codes checking deprecated config spark.sql.u...Liang-Chi Hsieh2016-12-012-47/+18
* [SPARK-18635][SQL] Partition name/values not escaped correctly in some casesEric Liang2016-12-014-4/+64
* [SPARK-18538][SQL] Fix Concurrent Table Fetching Using DataFrameReader JDBC APIsgatorsmile2016-12-016-50/+81
* [SPARK-18476][SPARKR][ML] SparkR Logistic Regression should should support ou...wm624@hotmail.com2016-11-304-30/+54
* [SPARK-18617][SPARK-18560][TEST] Fix flaky test: StreamingContextSuite. Recei...Shixiong Zhu2016-11-301-26/+8
* [SPARK-18655][SS] Ignore Structured Streaming 2.0.2 logs in history serverShixiong Zhu2016-11-303-0/+20
* [SPARK-18546][CORE] Fix merging shuffle spills when using encryption.Marcelo Vanzin2016-11-3010-119/+145