spark git commit: [MINOR][DOCS] Match several documentation changes in Scala to R/Python

2017-03-26 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master 0bc8847aa -> 3fbf0a5f9 [MINOR][DOCS] Match several documentation changes in Scala to R/Python ## What changes were proposed in this pull request? This PR proposes to match minor documentations changes in

spark git commit: [SPARK-19281][PYTHON][ML] spark.ml Python API for FPGrowth

2017-03-26 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master 617ab6445 -> 0bc8847aa [SPARK-19281][PYTHON][ML] spark.ml Python API for FPGrowth ## What changes were proposed in this pull request? - Add `HasSupport` and `HasConfidence` `Params`. - Add new module `pyspark.ml.fpm`. - Add `FPGrowth` /

spark git commit: [SPARK-20086][SQL] CollapseWindow should not collapse dependent adjacent windows

2017-03-26 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/master 362ee9329 -> 617ab6445 [SPARK-20086][SQL] CollapseWindow should not collapse dependent adjacent windows ## What changes were proposed in this pull request? The `CollapseWindow` is currently to aggressive when collapsing adjacent windows.

spark git commit: [SPARK-20086][SQL] CollapseWindow should not collapse dependent adjacent windows

2017-03-26 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/branch-2.1 d989434e4 -> b6d348eea [SPARK-20086][SQL] CollapseWindow should not collapse dependent adjacent windows ## What changes were proposed in this pull request? The `CollapseWindow` is currently to aggressive when collapsing adjacent

spark git commit: [SPARK-20092][R][PROJECT INFRA] Add the detection for Scala codes dedicated for R in AppVeyor tests

2017-03-26 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master 0b903caef -> 2422c86f2 [SPARK-20092][R][PROJECT INFRA] Add the detection for Scala codes dedicated for R in AppVeyor tests ## What changes were proposed in this pull request? We are currently detecting the changes in `R/` directory only