aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-19846][SQL] Add a flag to disable constraint propagationLiang-Chi Hsieh2017-03-2513-20/+158
* Disable generate codegen since it fails my workload.Reynold Xin2017-03-242-29/+1
* [SPARK-20070][SQL] Redact DataSourceScanExec treeStringHerman van Hovell2017-03-246-24/+138
* [SPARK-17471][ML] Add compressed method to ML matricessethah2017-03-244-46/+673
* [SPARK-19911][STREAMING] Add builder interface for Kinesis DStreamsAdam Budde2017-03-2411-149/+749
* [SQL][MINOR] Fix for typo in AnalyzerJacek Laskowski2017-03-241-1/+1
* [SPARK-15040][ML][PYSPARK] Add Imputer to PySparkNick Pentreath2017-03-243-5/+175
* [SPARK-19970][SQL][FOLLOW-UP] Table owner should be USER instead of PRINCIPAL...Xiao Li2017-03-241-13/+13
* [SPARK-19820][CORE] Add interface to kill tasks w/ a reasonEric Liang2017-03-2343-115/+289
* [SPARK-16929] Improve performance when check speculatable tasks.jinxing2017-03-235-6/+176
* [SPARK-19959][SQL] Fix to throw NullPointerException in df[java.lang.Long].c...Kazuaki Ishizaki2017-03-242-1/+15
* [SPARK-19636][ML] Feature parity for correlation statistics in MLlibTimothy Hunter2017-03-233-0/+171
* Fix compilation of the Scala 2.10 master branchBurak Yavuz2017-03-232-11/+11
* [SPARK-10849][SQL] Adds option to the JDBC data source write for user to spec...sureshthalamati2017-03-239-12/+235
* [SPARK-19567][CORE][SCHEDULER] Support some Schedulable variables immutabilit...erenavsarogullari2017-03-237-39/+58
* [SPARK-19876][SS][WIP] OneTime Trigger ExecutorTyson Condie2017-03-2319-94/+439
* Typo fixup in commentYe Yin2017-03-231-1/+1
* [INFRA] Close stale PRsSean Owen2017-03-230-0/+0
* [MINOR][BUILD] Fix javadoc8 breakhyukjinkwon2017-03-235-19/+19
* [SPARK-18579][SQL] Use ignoreLeadingWhiteSpace and ignoreTrailingWhiteSpace o...hyukjinkwon2017-03-238-27/+116
* [BUILD][MINOR] Fix 2.10 buildSameer Agarwal2017-03-221-1/+1
* [SPARK-20057][SS] Renamed KeyedState to GroupState in mapGroupsWithStateTathagata Das2017-03-2213-167/+172
* [SPARK-20018][SQL] Pivot with timestamp and count should not print internal r...hyukjinkwon2017-03-222-3/+21
* [SPARK-19949][SQL][FOLLOW-UP] Clean up parse modes and update related commentshyukjinkwon2017-03-2214-153/+130
* [SPARK-20027][DOCS] Compilation fix in java docs.Prashant Sharma2017-03-224-4/+5
* [SPARK-20021][PYSPARK] Miss backslash in python codeuncleGen2017-03-221-3/+3
* [SPARK-20023][SQL] Output table comment for DESC FORMATTEDXiao Li2017-03-224-26/+124
* [SPARK-19925][SPARKR] Fix SparkR spark.getSparkFiles fails when it was called...Yanbo Liang2017-03-213-2/+23
* [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