aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17238][SQL] simplify the logic for converting data source table into h...Wenchen Fan2016-09-071-14/+18
* [SPARK-17408][TEST] Flaky test: org.apache.spark.sql.hive.StatisticsSuitegatorsmile2016-09-071-61/+80
* [SPARK-17371] Resubmitted shuffle outputs can get deleted by zombie map tasksEric Liang2016-09-063-5/+0
* [SPARK-17316][CORE] Fix the 'ask' type parameter in 'removeExecutor'Shixiong Zhu2016-09-061-1/+1
* [SPARK-15891][YARN] Clean up some logging in the YARN AM.Marcelo Vanzin2016-09-064-63/+82
* [SPARK-17296][SQL] Simplify parser join processing.Herman van Hovell2016-09-074-58/+102
* [SPARK-17110] Fix StreamCorruptionException in BlockManager.getRemoteValues()Josh Rosen2016-09-066-16/+22
* [MINOR] Remove unnecessary check in MLSerDeZheng RuiFeng2016-09-061-5/+4
* [SPARK-17299] TRIM/LTRIM/RTRIM should not strips characters other than spacesSandeep Singh2016-09-063-8/+18
* [SPARK-17378][BUILD] Upgrade snappy-java to 1.1.2.6Adam Roberts2016-09-066-6/+6
* [SPARK-16922] [SPARK-17211] [SQL] make the address of values portable in Long...Davies Liu2016-09-062-8/+75
* [SPARK-17374][SQL] Better error messages when parsing JSON using DataFrameReaderSean Zhong2016-09-062-2/+66
* [MINOR][ML] Correct weights doc of MultilayerPerceptronClassificationModel.Yanbo Liang2016-09-062-2/+2
* [SPARK-17356][SQL] Fix out of memory issue when generating JSON for TreeNodeSean Zhong2016-09-062-2/+12
* [SPARK-17361][SQL] file-based external table without path should not be createdWenchen Fan2016-09-069-44/+48
* [SPARK-17358][SQL] Cached table(parquet/orc) should be shard between beelinesYadong Qi2016-09-064-9/+7
* [SPARK-17369][SQL] MetastoreRelation toJSON throws AssertException due to mis...Sean Zhong2016-09-062-1/+40
* [SPARK-17279][SQL] better error message for exceptions during ScalaUDF executionWenchen Fan2016-09-063-22/+86
* [SPARK-17072][SQL] support table-level statistics generation and storing into...wangzhenhua2016-09-0516-108/+363
* [SPARK-17394][SQL] should not allow specify database in table/view name after...Wenchen Fan2016-09-056-72/+32
* [SPARK-17393][SQL] Error Handling when CTAS Against the Same Data Source Tabl...gatorsmile2016-09-052-26/+71
* [MINOR][ML][MLLIB] Remove work around for breeze sparse matrix.Yanbo Liang2016-09-042-18/+2
* [SPARK-17311][MLLIB] Standardize Python-Java MLlib API to accept optional lon...Sean Owen2016-09-042-11/+13
* [SPARK-17308] Improved the spark core code by replacing all pattern match on ...Shivansh2016-09-047-43/+44
* [SPARK-17324][SQL] Remove Direct Usage of HiveClient in InsertIntoHiveTablegatorsmile2016-09-0410-68/+168
* [SPARK-16829][SPARKR] sparkR sc.setLogLevel doesn't workwm624@hotmail.com2016-09-031-1/+2
* [SPARK-17315][SPARKR] Kolmogorov-Smirnov test SparkR wrapperJunyang Qian2016-09-035-2/+205
* [SPARK-17335][SQL] Fix ArrayType and MapType CatalogString.Herman van Hovell2016-09-034-75/+133
* [MINOR][SQL] Not dropping all necessary tablesSandeep Singh2016-09-031-7/+6
* [SPARK-17347][SQL][EXAMPLES] Encoder in Dataset example has incorrect typeCodingCat2016-09-031-1/+1
* [SPARK-17363][ML][MLLIB] fix MultivariantOnlineSummerizer.numNonZerosWeichenXu2016-09-032-3/+3
* [SPARKR][MINOR] Fix docs for sparkR.session and countJunyang Qian2016-09-023-4/+7
* [SPARK-17298][SQL] Require explicit CROSS join for cartesian productsSrinath Shankar2016-09-0342-127/+465
* [SPARK-16334] Reusing same dictionary column for decoding consecutive row gro...Sameer Agarwal2016-09-021-16/+38
* [SPARK-17230] [SQL] Should not pass optimized query into QueryExecution in Da...Davies Liu2016-09-027-6/+25
* [SPARK-17376][SPARKR] followup - change since versionFelix Cheung2016-09-021-1/+1
* [SPARK-16711] YarnShuffleService doesn't re-init properly on YARN rolling upg...Thomas Graves2016-09-026-138/+311
* [SPARKR][DOC] regexp_extract should doc that it returns empty string when mat...Felix Cheung2016-09-021-1/+2
* [SPARK-17376][SPARKR] Spark version should be available in RFelix Cheung2016-09-023-6/+32
* [SPARK-17261] [PYSPARK] Using HiveContext after re-creating SparkContext in S...Jeff Zhang2016-09-021-0/+1
* [SPARK-17351] Refactor JDBCRDD to expose ResultSet -> Seq[Row] utility methodsJosh Rosen2016-09-023-309/+335
* [SPARK-16984][SQL] don't try whole dataset immediately when first partition d...Robert Kruszewski2016-09-023-18/+27
* [SPARK-16935][SQL] Verification of Function-related ExternalCatalog APIsgatorsmile2016-09-024-28/+34
* [SPARK-17352][WEBUI] Executor computing time can be negative-number because o...Kousuke Saruta2016-09-021-2/+2
* [SQL][DOC][MINOR] Add (Scala-specific) and (Java-specific)Jacek Laskowski2016-09-021-0/+8
* [SPARK-15509][ML][SPARKR] R MLlib algorithms should support input columns "fe...Xin Ren2016-09-029-14/+144
* [SPARK-16883][SPARKR] SQL decimal type is not properly cast to number when co...wm624@hotmail.com2016-09-023-1/+50
* [SPARK-17342][WEBUI] Style of event timeline is brokenKousuke Saruta2016-09-022-32/+31
* [SPARK-16926][SQL] Add unit test to compare table and partition column metadata.Brian Cho2016-09-021-0/+35
* [SPARK-16302][SQL] Set the right number of partitions for reading data from a...Lianhui Wang2016-09-011-1/+4