aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15770][ML] Annotation audit for Experimental and DeveloperApiZheng RuiFeng2016-06-0513-3/+50
* [SPARK-15723] Fixed local-timezone-brittle test where short-timezone form "ES...Brett Randall2016-06-051-1/+2
* [SPARK-15707][SQL] Make Code Neat - Use map instead of if check.Weiqing Yang2016-06-041-6/+2
* [SPARK-15762][SQL] Cache Metadata & StructType hashCodes; use singleton Metad...Josh Rosen2016-06-042-3/+7
* [MINOR][BUILD] Add modernizr MIT license; specify "2014 and onwards" in licen...Sean Owen2016-06-043-1/+23
* [SPARK-15617][ML][DOC] Clarify that fMeasure in MulticlassMetrics is "micro" ...Ruifeng Zheng2016-06-044-24/+10
* [SPARK-15756][SQL] Support command 'create table stored as orcfile/parquetfil...Lianhui Wang2016-06-032-0/+18
* [SPARK-15754][YARN] Not letting the credentials containing hdfs delegation to...Subroto Sanyal2016-06-031-2/+2
* [SPARK-15391] [SQL] manage the temporary memory of timsortDavies Liu2016-06-0313-64/+115
* [SPARK-15168][PYSPARK][ML] Add missing params to MultilayerPerceptronClassifierHolden Karau2016-06-031-9/+66
* [SPARK-15722][SQL] Disallow specifying schema in CTAS statementAndrew Or2016-06-036-58/+25
* [SPARK-15140][SQL] make the semantics of null input object for encoder clearWenchen Fan2016-06-035-9/+33
* [SPARK-15681][CORE] allow lowercase or mixed case log level string when calli...Xin Wu2016-06-032-7/+24
* [SPARK-15547][SQL] nested case class in encoder can have different number of ...Wenchen Fan2016-06-032-1/+12
* [SPARK-15286][SQL] Make the output readable for EXPLAIN CREATE TABLE and DESC...gatorsmile2016-06-031-2/+58
* [SPARK-15742][SQL] Reduce temp collections allocations in TreeNode transform ...Josh Rosen2016-06-032-9/+23
* [SPARK-15665][CORE] spark-submit --kill and --status are not workingDevaraj K2016-06-032-11/+29
* [SPARK-15677][SQL] Query with scalar sub-query in the SELECT list throws Unsu...Ioana Delaney2016-06-032-1/+33
* [SPARK-15737][CORE] fix jetty warningbomeng2016-06-032-0/+2
* [SPARK-15714][CORE] Fix flaky o.a.s.scheduler.BlacklistIntegrationSuiteImran Rashid2016-06-033-25/+54
* [SPARK-15494][SQL] encoder code cleanupWenchen Fan2016-06-0321-392/+324
* [SPARK-15744][SQL] Rename two TungstenAggregation*Suites and update codgen/er...Dongjoon Hyun2016-06-038-30/+30
* [SPARK-15745][SQL] Use classloader's getResource() for reading resource files...Sameer Agarwal2016-06-031-12/+1
* [SPARK-14959][SQL] handle partitioned table directories in distributed filesy...Xin Wu2016-06-023-33/+14
* [SPARK-15733][SQL] Makes the explain output less verbose by hiding some verbo...Sean Zhong2016-06-021-5/+13
* [SPARK-15724] Add benchmarks for performance over wide schemasEric Liang2016-06-021-0/+376
* [SPARK-15732][SQL] better error message when use java reserved keyword as fie...Wenchen Fan2016-06-022-0/+21
* [SPARK-15715][SQL] Fix alter partition with storage information in HiveAndrew Or2016-06-024-10/+57
* [SPARK-15740][MLLIB] ignore big model load / save in Word2VecSuiteXiangrui Meng2016-06-021-1/+1
* [SPARK-15718][SQL] better error message for writing bucketed dataWenchen Fan2016-06-023-11/+22
* [SPARK-15736][CORE] Gracefully handle loss of DiskStore filesJosh Rosen2016-06-023-6/+66
* [SPARK-15668][ML] ml.feature: update check schema to avoid confusion when use...Yuhao Yang2016-06-024-36/+25
* [MINOR] clean up style for storage param setters in ALSNick Pentreath2016-06-021-6/+2
* [SPARK-15734][SQL] Avoids printing internal row in explain outputSean Zhong2016-06-023-1/+17
* [SPARK-15719][SQL] Disables writing Parquet summary files by defaultCheng Lian2016-06-025-44/+62
* [SPARK-15092][SPARK-15139][PYSPARK][ML] Pyspark TreeEnsemble missing methodsHolden Karau2016-06-022-1/+67
* [SPARK-15711][SQL] Ban CREATE TEMPORARY TABLE USING AS SELECTSean Zhong2016-06-026-221/+142
* [SPARK-15515][SQL] Error Handling in Running SQL Directly On Filesgatorsmile2016-06-026-34/+134
* [SPARK-15728][SQL] Rename aggregate operators: HashAggregate and SortAggregateReynold Xin2016-06-029-35/+37
* [SPARK-14752][SQL] Explicitly implement KryoSerialization for LazilyGenerateO...Sameer Agarwal2016-06-022-5/+23
* [SPARK-15606][CORE] Use non-blocking removeExecutor call to avoid deadlocksPete Robbins2016-06-022-1/+9
* [SPARK-15076][SQL] Add ReorderAssociativeOperator optimizerDongjoon Hyun2016-06-022-0/+102
* [SPARK-15322][SQL][FOLLOWUP] Use the new long accumulator for old int accumul...hyukjinkwon2016-06-027-23/+22
* [SPARK-15709][SQL] Prevent `freqItems` from raising `UnsupportedOperationExce...Dongjoon Hyun2016-06-022-2/+13
* [SPARK-15605][ML][EXAMPLES] Fix broken ML JavaDeveloperApiExample.Yanbo Liang2016-06-021-240/+0
* [SPARK-15208][WIP][CORE][STREAMING][DOCS] Update Spark examples with Accumula...Liwei Lin2016-06-022-8/+7
* [SPARK-13484][SQL] Prevent illegal NULL propagation when filtering outer-join...Takeshi YAMAMURO2016-06-013-2/+58
* [SPARK-15620][SQL] Fix transformed dataset attributes revolve failurejerryshao2016-06-012-0/+14
* [SPARK-15646][SQL] When spark.sql.hive.convertCTAS is true, the conversion ru...Yin Huai2016-06-0110-127/+176
* [SPARK-15692][SQL] Improves the explain output of several physical plans by d...Sean Zhong2016-06-018-8/+30