aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20030][SS] Event-time-based timeout for MapGroupsWithStateTathagata Das2017-03-2111-268/+616
* [SPARK-20051][SS] Fix StreamSuite flaky test - recover from v2.1 checkpointKunal Khamar2017-03-211-40/+37
* [SPARK-19919][SQL] Defer throwing the exception for empty paths in CSV dataso...hyukjinkwon2017-03-223-12/+23
* clarify array_contains function descriptionWill Manning2017-03-221-1/+1
* [SPARK-19237][SPARKR][CORE] On Windows spark-submit should handle when java i...Felix Cheung2017-03-212-1/+11
* [SPARK-20017][SQL] change the nullability of function 'StringToMap' from 'fal...zhaorongsheng2017-03-212-1/+10
* [SPARK-20039][ML] rename ChiSquare to ChiSquareTestJoseph K. Bradley2017-03-212-6/+6
* [SPARK-19261][SQL] Alter add columns for Hive serde and some datasource tablesXin Wu2017-03-218-10/+400
* [SPARK-20041][DOC] Update docs for NaN handling in approxQuantileZheng RuiFeng2017-03-213-4/+6
* [SPARK-17080][SQL][FOLLOWUP] Improve documentation, change buildJoin method s...wangzhenhua2017-03-212-42/+68
* [SPARK-19998][BLOCK MANAGER] Change the exception log to add RDD id of the re...jianran.tfh2017-03-211-1/+1
* [SPARK-20011][ML][DOCS] Clarify documentation for ALS 'rank' parameterchristopher snow2017-03-213-11/+11
* [SPARK-20024][SQL][TEST-MAVEN] SessionCatalog reset need to set the current d...Xiao Li2017-03-202-2/+1
* [SPARK-19949][SQL] unify bad record handling in CSV and JSONWenchen Fan2017-03-2014-285/+222
* [SPARK-19912][SQL] String literals should be escaped for Hive metastore parti...Dongjoon Hyun2017-03-213-2/+35
* [SPARK-17204][CORE] Fix replicated off heap storageMichael Allman2017-03-215-25/+105
* [SPARK-19980][SQL] Add NULL checks in Bean serializerTakeshi Yamamuro2017-03-212-2/+28
* [SPARK-20010][SQL] Sort information is lost after sort merge joinwangzhenhua2017-03-219-18/+81
* [SPARK-19573][SQL] Make NaN/null handling consistent in approxQuantileZheng RuiFeng2017-03-206-54/+95
* [SPARK-19906][SS][DOCS] Documentation describing how to write queries to KafkaTyson Condie2017-03-201-57/+264
* [SPARK-19899][ML] Replace featuresCol with itemsCol in ml.fpm.FPGrowthzero3232017-03-202-18/+31
* [SPARK-19970][SQL] Table owner should be USER instead of PRINCIPAL in kerberi...Dongjoon Hyun2017-03-201-1/+1
* [SPARK-19990][SQL][TEST-MAVEN] create a temp file for file in test.jar's reso...windpiger2017-03-202-14/+36
* [SPARK-17791][SQL] Join reordering using star schema detectionIoana Delaney2017-03-2010-36/+978
* [SPARK-20020][SPARKR][FOLLOWUP] DataFrame checkpoint API fix version tagFelix Cheung2017-03-191-1/+1
* [SPARK-19994][SQL] Wrong outputOrdering for right/full outer smjwangzhenhua2017-03-202-99/+146
* [SPARK-20020][SPARKR] DataFrame checkpoint APIFelix Cheung2017-03-197-5/+70
* [SPARK-19849][SQL] Support ArrayType in to_json to produce JSON arrayhyukjinkwon2017-03-1911-132/+236
* [SPARK-19067][SS] Processing-time-based timeout in MapGroupsWithStateTathagata Das2017-03-1922-429/+1353
* [SPARK-19990][TEST] Use the database after Hive's current Database is droppedXiao Li2017-03-191-7/+9
* [SPARK-18817][SPARKR][SQL] change derby log output to temp dirFelix Cheung2017-03-194-1/+63
* [MINOR][R] Reorder `Collate` fields in DESCRIPTION filehyukjinkwon2017-03-191-1/+1
* [SPARK-19654][SPARKR][SS] Structured Streaming API for RFelix Cheung2017-03-188-5/+573
* [SPARK-16599][CORE] java.util.NoSuchElementException: None.get at at org.apac...Sean Owen2017-03-181-2/+2
* [SPARK-19896][SQL] Throw an exception if case classes have circular reference...Takeshi Yamamuro2017-03-182-7/+37
* [SPARK-19915][SQL] Exclude cartesian product candidates to reduce the search ...wangzhenhua2017-03-183-100/+143
* [SQL][MINOR] Fix scaladoc for UDFRegistrationJacek Laskowski2017-03-171-1/+5
* [SPARK-19873][SS] Record num shuffle partitions in offset log and enforce in ...Kunal Khamar2017-03-1730-47/+207
* [SPARK-19967][SQL] Add from_json in FunctionRegistryTakeshi Yamamuro2017-03-175-4/+189
* [SPARK-18847][GRAPHX] PageRank gives incorrect results for graphs with sinksAndrew Ray2017-03-172-59/+144
* [SPARK-19986][TESTS] Make pyspark.streaming.tests.CheckpointTests more stableShixiong Zhu2017-03-171-5/+6
* [SPARK-13369] Add config for number of consecutive fetch failuresSital Kedia2017-03-174-27/+27
* [SPARK-19882][SQL] Pivot with null as a distinct pivot value throws NPEAndrew Ray2017-03-173-10/+24
* [SPARK-19987][SQL] Pass all filters into FileIndexReynold Xin2017-03-167-27/+35
* [SPARK-19635][ML] DataFrame-based API for chi square testJoseph K. Bradley2017-03-164-6/+192
* [SPARK-19721][SS] Good error message for version mismatch in log filesLiwei Lin2017-03-1611-35/+143
* [SPARK-19945][SQL] add test suite for SessionCatalog with HiveExternalCatalogwindpiger2017-03-163-900/+1049
* [SPARK-19946][TESTING] DebugFilesystem.assertNoOpenStreams should report the ...Bogdan Raducanu2017-03-162-2/+21
* [SPARK-13568][ML] Create feature transformer to impute missing valuesYuhao Yang2017-03-162-0/+444
* [SPARK-19830][SQL] Add parseTableSchema API to ParserInterfaceXiao Li2017-03-163-1/+104