aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12659] fix NPE in UnsafeExternalSorter (used by cartesian product)Davies Liu2016-01-054-11/+45
* [SPARK-12504][SQL] Masking credentials in the sql plan explain output for JDB...sureshthalamati2016-01-052-0/+27
* [SPARK-3873][SQL] Import ordering fixes.Marcelo Vanzin2016-01-05164-318/+301
* [SPARK-12041][ML][PYSPARK] Add columnSimilarities to IndexedRowMatrixKai Jiang2016-01-051-0/+14
* [SPARK-12453][STREAMING] Remove explicit dependency on aws-java-sdkBrianLondon2016-01-053-6/+1
* [SPARK-12450][MLLIB] Un-persist broadcasted variables in KMeansRJ Nowling2016-01-051-0/+8
* [SPARK-12570][ML][DOC] DecisionTreeRegressor: provide variance of prediction:...Yanbo Liang2016-01-051-1/+10
* [SPARK-12511] [PYSPARK] [STREAMING] Make sure PythonDStream.registerSerialize...Shixiong Zhu2016-01-053-10/+38
* [SPARK-12636] [SQL] Update UnsafeRowParquetRecordReader to support reading fi...Nong2016-01-053-29/+178
* [SPARK-6724][MLLIB] Support model save/load for FPGrowthModelYanbo Liang2016-01-053-3/+205
* [SPARK-12617] [PYSPARK] Clean up the leak sockets of Py4JShixiong Zhu2016-01-051-0/+61
* [SPARK-12439][SQL] Fix toCatalystArray and MapObjectsLiang-Chi Hsieh2016-01-054-6/+14
* [SPARK-12615] Remove some deprecated APIs in RDD/SparkContextReynold Xin2016-01-0522-643/+64
* [SPARK-12480][FOLLOW-UP] use a single column vararg for hashWenchen Fan2016-01-054-3/+16
* [SPARK-12643][BUILD] Set lib directory for antlrLiang-Chi Hsieh2016-01-051-0/+4
* [SPARK-12438][SQL] Add SQLUserDefinedType support for encoderLiang-Chi Hsieh2016-01-053-0/+38
* [SPARK-12331][ML] R^2 for regression through the origin.Imran Younus2016-01-053-71/+112
* [SPARK-12641] Remove unused code related to Hadoop 0.23Kousuke Saruta2016-01-051-10/+3
* [SPARK-12568][SQL] Add BINARY to EncodersMichael Armbrust2016-01-043-3/+18
* [SPARK-3873][EXAMPLES] Import ordering fixes.Marcelo Vanzin2016-01-04106-154/+147
* [SPARK-12625][SPARKR][SQL] replace R usage of Spark SQL deprecated APIfelixcheung2016-01-046-31/+38
* [SPARK-12600][SQL] follow up: add range check for DecimalTypeReynold Xin2016-01-041-0/+10
* [SPARKR][DOC] minor doc update for version in migration guidefelixcheung2016-01-051-3/+3
* [SPARK-12480][SQL] add Hash expression that can calculate hash value for a gr...Wenchen Fan2016-01-0410-6/+171
* [SPARK-12600][SQL] Remove deprecated methods in Spark SQLReynold Xin2016-01-0428-1295/+174
* [SPARK-12509][SQL] Fixed error messages for DataFrame correlation and covarianceNarine Kokhlikyan2016-01-041-6/+7
* [SPARK-12589][SQL] Fix UnsafeRowParquetRecordReader to properly set the row l...Nong Li2016-01-043-0/+37
* [SPARK-12541] [SQL] support cube/rollup as functionDavies Liu2016-01-048-48/+87
* [SPARK-9622][ML] DecisionTreeRegressor: provide variance of predictionYanbo Liang2016-01-045-4/+92
* [SPARK-11259][ML] Params.validateParams() should be called automaticallyYanbo Liang2016-01-0430-1/+63
* [SPARK-12421][SQL] Prevent Internal/External row from exposing state.Herman van Hovell2016-01-042-4/+34
* [DOC] Adjust coverage for partitionBy()tedyu2016-01-041-1/+1
* [SPARK-12512][SQL] support column name with dot in withColumn()Xiu Guo2016-01-042-12/+27
* [SPARK-12608][STREAMING] Remove submitJobThreadPool since submitJob doesn't c...Shixiong Zhu2016-01-041-6/+1
* [SPARK-12470] [SQL] Fix size reduction calculationPete Robbins2016-01-041-4/+4
* [SPARK-12579][SQL] Force user-specified JDBC driver to take precedenceJosh Rosen2016-01-047-50/+34
* [SPARK-12486] Worker should kill the executors more forcefully if possible.Nong Li2016-01-043-12/+112
* [SPARK-12513][STREAMING] SocketReceiver hang in Netcat exampleguoxu12312016-01-041-14/+24
* [SPARK-10359][PROJECT-INFRA] Use more random number in dev/test-dependencies....Josh Rosen2016-01-042-5/+15
* [SPARK-12612][PROJECT-INFRA] Add missing Hadoop profiles to dev/run-tests-*.p...Josh Rosen2016-01-035-2/+394
* [SPARK-12562][SQL] DataFrame.write.format(text) requires the column name to b...Xiu Guo2016-01-032-6/+7
* [SPARK-12611][SQL][PYSPARK][TESTS] Fix test_infer_schema_to_localHolden Karau2016-01-031-1/+1
* [SPARK-12537][SQL] Add option to accept quoting of all character backslash qu...Cazen2016-01-034-2/+30
* Update MimaExcludes now Spark 1.6 is in Maven.Reynold Xin2016-01-032-148/+12
* [SPARK-12533][SQL] hiveContext.table() throws the wrong exceptionthomastechs2016-01-032-4/+4
* [SPARK-12327][SPARKR] fix code for lintr warning for commented codefelixcheung2016-01-039-11/+88
* Revert "Revert "[SPARK-12286][SPARK-12290][SPARK-12294][SPARK-12284][SQL] alw...Reynold Xin2016-01-0234-574/+74
* [SPARK-12599][MLLIB][SQL] Remove the use of callUDF in MLlibReynold Xin2016-01-022-2/+16
* [SPARK-12481][CORE][STREAMING][SQL] Remove usage of Hadoop deprecated APIs an...Sean Owen2016-01-0246-441/+150
* [SPARK-10180][SQL] JDBC datasource are not processing EqualNullSafe filterhyukjinkwon2016-01-022-2/+7