aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12720][SQL] SQL Generation Support for Cube, Rollup, and Grouping Setsgatorsmile2016-03-054-8/+226
* [SPARK-12073][STREAMING] backpressure rate controller consumes events prefere...Jason White2016-03-047-30/+101
* [SPARK-13255] [SQL] Update vectorized reader to directly return ColumnarBatch...Nong Li2016-03-049-45/+284
* [SPARK-13459][WEB UI] Separate Alive and Dead Executors in Executor Totals TableAlex Bozarth2016-03-041-39/+45
* [SPARK-13633][SQL] Move things into catalyst.parser packageAndrew Or2016-03-0416-18/+25
* [SPARK-13036][SPARK-13318][SPARK-13319] Add save/load for feature.pyXusen Yin2016-03-043-48/+341
* [SPARK-13676] Fix mismatched default values for regParam in LogisticRegressionDongjoon Hyun2016-03-041-5/+5
* [SPARK-13673][WINDOWS] Fixed not to pollute environment variables.Masayoshi TSUZUKI2016-03-041-2/+1
* [SPARK-12925] Improve HiveInspectors.unwrap for StringObjectInspector.…Rajesh Balamohan2016-03-041-2/+3
* [SPARK-13398][STREAMING] Move away from thread pool task support to forkjoinHolden Karau2016-03-043-14/+36
* [SPARK-13646][MLLIB] QuantileDiscretizer counts dataset twice in get…Abou Haydar Elias2016-03-041-1/+1
* [SPARK-13603][SQL] support SQL generation for subqueryDavies Liu2016-03-043-7/+21
* [SPARK-13652][CORE] Copy ByteBuffer in sendRpcSync as it will be recycledShixiong Zhu2016-03-032-2/+11
* [SPARK-12941][SQL][MASTER] Spark-SQL JDBC Oracle dialect fails to map string ...thomastechs2016-03-031-0/+6
* [SPARK-13647] [SQL] also check if numeric value is within allowed range in _v...Wenchen Fan2016-03-031-3/+24
* [SPARK-13601] [TESTS] use 1 partition in tests to avoid race conditionsDavies Liu2016-03-031-3/+4
* [SPARK-13415][SQL] Visualize subquery in SQL web UIDavies Liu2016-03-039-127/+166
* [SPARK-13584][SQL][TESTS] Make ContinuousQueryManagerSuite not output logs to...Shixiong Zhu2016-03-034-9/+21
* [SPARK-13632][SQL] Move commands.scala to command packageAndrew Or2016-03-0321-19/+29
* [MINOR] Fix typos in comments and testcase name of codeDongjoon Hyun2016-03-0319-22/+22
* [SPARK-13423][HOTFIX] Static analysis fixes for 2.x / fixed for Scala 2.10, a...Sean Owen2016-03-031-1/+1
* [MINOR][ML][DOC] Remove duplicated periods at the end of some sharedParamYanbo Liang2016-03-032-15/+15
* [SPARK-13543][SQL] Support for specifying compression codec for Parquet/ORC v...hyukjinkwon2016-03-0310-43/+301
* [SPARK-12877][ML] Add train-validation-split to pysparkJeremyNixon2016-03-032-2/+244
* [SPARK-13599][BUILD] remove transitive groovy dependencies from HiveSteve Loughran2016-03-036-5/+21
* [SPARK-13013][DOCS] Replace example code in mllib-clustering.md using include...Xin Ren2016-03-0316-447/+715
* [SPARK-13423][HOTFIX] Static analysis fixes for 2.x / fixed for Scala 2.10Sean Owen2016-03-033-3/+3
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-03226-337/+103
* [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen2016-03-03147-293/+345
* [HOT-FIX] Recover some deprecations for 2.10 compatibility.Dongjoon Hyun2016-03-034-7/+7
* [SPARK-13466] [SQL] Remove projects that become redundant after column prunin...Liang-Chi Hsieh2016-03-034-11/+35
* [SPARK-13635] [SQL] Enable LimitPushdown optimizer rule because we have whole...Liang-Chi Hsieh2016-03-021-1/+1
* [SPARK-13621][CORE] TestExecutor.scala needs to be moved to test packageDevaraj K2016-03-022-59/+0
* [SPARK-13616][SQL] Let SQLBuilder convert logical plan without a project on t...Liang-Chi Hsieh2016-03-022-1/+63
* [SPARK-13627][SQL][YARN] Fix simple deprecation warnings.Dongjoon Hyun2016-03-025-8/+8
* [SPARK-13617][SQL] remove unnecessary GroupingAnalytics traitWenchen Fan2016-03-022-28/+17
* [SPARK-13528][SQL] Make the short names of compression codecs consistent in P...Takeshi YAMAMURO2016-03-024-33/+37
* [SPARK-13594][SQL] remove typed operations(e.g. map, flatMap) from python Dat...Wenchen Fan2016-03-026-60/+22
* [SPARK-13574] [SQL] Add benchmark to measure string dictionary decode.Nong Li2016-03-021-18/+52
* [SPARK-13601] call failure callbacks before writer.close()Davies Liu2016-03-027-53/+271
* [SPARK-13535][SQL] Fix Analysis Exceptions when Using Backticks in Transform ...gatorsmile2016-03-023-4/+12
* [SPARK-12817] Add BlockManager.getOrElseUpdate and remove CacheManagerJosh Rosen2016-03-0216-597/+365
* [SPARK-13609] [SQL] Support Column Pruning for MapPartitionsgatorsmile2016-03-023-2/+28
* [SPARK-13515] Make FormatNumber work irrespective of locale.lgieron2016-03-021-7/+13
* Fix run-tests.py typosWojciech Jurczyk2016-03-021-1/+1
* [MINOR][STREAMING] Replace deprecated `apply` with `create` in example.Dongjoon Hyun2016-03-021-1/+1
* [BUILD][MINOR] Fix SBT build error with network-yarn modulejerryshao2016-03-011-1/+1
* [SPARK-13008][ML][PYTHON] Put one alg per line in pyspark.ml all listsJoseph K. Bradley2016-03-013-15/+36
* [SPARK-13167][SQL] Include rows with null values for partition column when re...sureshthalamati2016-03-012-1/+45
* [SPARK-13598] [SQL] remove LeftSemiJoinBNLDavies Liu2016-03-014-95/+2