aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-13208][CORE] Replace use of Pairs with Tuple2sJakob Odersky2016-02-044-7/+7
* [SPARK-12850][SQL] Support Bucket Pruning (Predicate Pushdown for Bucketed Ta...gatorsmile2016-02-043-10/+245
* [SPARK-13052] waitingApps metric doesn't show the number of apps currently in...Raafat Akkad2016-02-042-2/+2
* [HOTFIX] Fix style violation caused by c756bdaAndrew Or2016-02-041-2/+3
* [SPARK-13195][STREAMING] Fix NoSuchElementException when a state is not set b...Shixiong Zhu2016-02-042-1/+7
* [SPARK-13079][SQL] InMemoryCatalog follow-upsAndrew Or2016-02-042-5/+22
* [SPARK-12330][MESOS][HOTFIX] Rename timeout configAndrew Or2016-02-041-2/+2
* [SPARK-13168][SQL] Collapse adjacent repartition operatorsJosh Rosen2016-02-046-10/+33
* MAINTENANCE: Automated closing of pull requests.Andrew Or2016-02-040-0/+0
* [SPARK-13053][TEST] Unignore tests in InternalAccumulatorSuiteAndrew Or2016-02-042-78/+102
* [SPARK-13162] Standalone mode does not respect initial executorsAndrew Or2016-02-045-6/+34
* [SPARK-13164][CORE] Replace deprecated synchronized buffer in coreHolden Karau2016-02-044-39/+40
* [SPARK-12330][MESOS] Fix mesos coarse mode cleanupCharles Allen2016-02-042-2/+45
* [SPARK-12828][SQL] Natural join follow-upReynold Xin2016-02-033-12/+17
* [SPARK-13113] [CORE] Remove unnecessary bit operation when decoding page numberLiang-Chi Hsieh2016-02-031-1/+1
* [ML][DOC] fix wrong api link in ml onevsrestYuhao Yang2016-02-031-1/+1
* [SPARK-12828][SQL] add natural join supportDaoyuan Wang2016-02-0311-11/+198
* [SPARK-13079][SQL] Extend and implement InMemoryCatalogAndrew Or2016-02-033-47/+328
* [SPARK-13152][CORE] Fix task metrics deprecation warningHolden Karau2016-02-036-10/+15
* [SPARK-13131] [SQL] Use best and average time in benchmarkDavies Liu2016-02-032-103/+89
* [SPARK-13166][SQL] Remove DataStreamReader/WriterReynold Xin2016-02-038-315/+86
* [SPARK-3611][WEB UI] Show number of cores for each executor in application we...Alex Bozarth2016-02-034-2/+12
* [SPARK-13157] [SQL] Support any kind of input for SQL commands.Herman van Hovell2016-02-034-6/+46
* [SPARK-12798] [SQL] generated BroadcastHashJoinDavies Liu2016-02-037-20/+169
* [SPARK-12739][STREAMING] Details of batch in Streaming tab uses two Duration ...Mario Briggs2016-02-032-4/+5
* [SPARK-12957][SQL] Initial support for constraint propagation in SparkSQLSameer Agarwal2016-02-024-7/+302
* [SPARK-13147] [SQL] improve readability of generated codeDavies Liu2016-02-027-39/+63
* [SPARK-7997][CORE] Add rpcEnv.awaitTermination() back to SparkEnvShixiong Zhu2016-02-022-2/+3
* [SPARK-12732][ML] bug fix in linear regression trainImran Younus2016-02-022-25/+146
* [SPARK-12951] [SQL] support spilling in generated aggregateDavies Liu2016-02-021-30/+142
* [SPARK-13122] Fix race condition in MemoryStore.unrollSafely()Adam Budde2016-02-021-5/+9
* [SPARK-12992] [SQL] Update parquet reader to support more types when decoding...Nong Li2016-02-026-21/+424
* [SPARK-13020][SQL][TEST] fix random generator for map typeWenchen Fan2016-02-032-4/+25
* [SPARK-13150] [SQL] disable two flaky testsDavies Liu2016-02-021-2/+4
* [DOCS] Update StructType.scalaKevin (Sangwoo) Kim2016-02-021-0/+1
* [SPARK-13121][STREAMING] java mapWithState mishandles scala OptionGabriele Nizzoli2016-02-021-1/+1
* [SPARK-12913] [SQL] Improve performance of stat functionsDavies Liu2016-02-0214-755/+331
* [SPARK-13138][SQL] Add "logical" package prefix for ddl.scalaReynold Xin2016-02-021-6/+7
* [SPARK-12711][ML] ML StopWordsRemover does not protect itself from column nam...Grzegorz Chilkiewicz2016-02-023-8/+19
* [SPARK-13056][SQL] map column would throw NPE if value is nullDaoyuan Wang2016-02-022-6/+19
* [SPARK-12631][PYSPARK][DOC] PySpark clustering parameter desc to consistent f...Bryan Cutler2016-02-026-103/+228
* [SPARK-13114][SQL] Add a test for tokens more than the fields in schemahyukjinkwon2016-02-022-0/+18
* [SPARK-13094][SQL] Add encoders for seq/array of primitivesMichael Armbrust2016-02-023-2/+91
* [SPARK-10820][SQL] Support for the continuous execution of structured queriesMichael Armbrust2016-02-0224-32/+1828
* [SPARK-13087][SQL] Fix group by function for sort based aggregationMichael Armbrust2016-02-022-3/+10
* Closes #10662. Closes #10661Reynold Xin2016-02-010-0/+0
* [SPARK-13130][SQL] Make codegen variable names easier to readReynold Xin2016-02-011-2/+9
* [SPARK-12790][CORE] Remove HistoryServer old multiple files formatfelixcheung2016-02-0120-235/+23
* [SPARK-12637][CORE] Print stage info of finished stages properlySean Owen2016-02-011-1/+12
* [SPARK-13078][SQL] API and test cases for internal catalogReynold Xin2016-02-014-0/+710