spark git commit: [SPARK-16622][SQL] Fix NullPointerException when the returned value of the called method in Invoke is null

2016-07-22 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 47f5b88db -> e10b8741d [SPARK-16622][SQL] Fix NullPointerException when the returned value of the called method in Invoke is null ## What changes were proposed in this pull request? Currently we don't check the value returned by called me

spark git commit: [SPARK-16651][PYSPARK][DOC] Make `withColumnRenamed/drop` description more consistent with Scala API

2016-07-22 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 fb944a1e8 -> 28bb2b044 [SPARK-16651][PYSPARK][DOC] Make `withColumnRenamed/drop` description more consistent with Scala API ## What changes were proposed in this pull request? `withColumnRenamed` and `drop` is a no-op if the given col

spark git commit: [SPARK-16651][PYSPARK][DOC] Make `withColumnRenamed/drop` description more consistent with Scala API

2016-07-22 Thread srowen
Repository: spark Updated Branches: refs/heads/master 6c56fff11 -> 47f5b88db [SPARK-16651][PYSPARK][DOC] Make `withColumnRenamed/drop` description more consistent with Scala API ## What changes were proposed in this pull request? `withColumnRenamed` and `drop` is a no-op if the given column

spark git commit: [SPARK-16650] Improve documentation of spark.task.maxFailures

2016-07-22 Thread srowen
Repository: spark Updated Branches: refs/heads/master b4e16bd58 -> 6c56fff11 [SPARK-16650] Improve documentation of spark.task.maxFailures Clarify documentation on spark.task.maxFailures No tests run as its documentation Author: Tom Graves Closes #14287 from tgravescs/SPARK-16650. Projec

spark git commit: [SPARK-16650] Improve documentation of spark.task.maxFailures

2016-07-22 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 0cc36cad1 -> fb944a1e8 [SPARK-16650] Improve documentation of spark.task.maxFailures Clarify documentation on spark.task.maxFailures No tests run as its documentation Author: Tom Graves Closes #14287 from tgravescs/SPARK-16650. (ch

spark git commit: [GIT] add pydev & Rstudio project file to gitignore list

2016-07-22 Thread srowen
Repository: spark Updated Branches: refs/heads/master 2c72a4432 -> b4e16bd58 [GIT] add pydev & Rstudio project file to gitignore list ## What changes were proposed in this pull request? Add Pydev & Rstudio project file to gitignore list, I think the two IEDs are used by many developers. so t

spark git commit: [SPARK-16487][STREAMING] Fix some batches might not get marked as fully processed in JobGenerator

2016-07-22 Thread srowen
Repository: spark Updated Branches: refs/heads/master e1bd70f44 -> 2c72a4432 [SPARK-16487][STREAMING] Fix some batches might not get marked as fully processed in JobGenerator ## What changes were proposed in this pull request? In `JobGenerator`, the code reads like that some batches might no

spark git commit: [SPARK-16287][HOTFIX][BUILD][SQL] Fix annotation argument needs to be a constant

2016-07-22 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 70bf8ce72 -> 0cc36cad1 [SPARK-16287][HOTFIX][BUILD][SQL] Fix annotation argument needs to be a constant ## What changes were proposed in this pull request? Build fix for [SPARK-16287][SQL] Implement str_to_map SQL function that has in

spark git commit: [SPARK-16287][HOTFIX][BUILD][SQL] Fix annotation argument needs to be a constant

2016-07-22 Thread srowen
Repository: spark Updated Branches: refs/heads/master 94f14b52a -> e1bd70f44 [SPARK-16287][HOTFIX][BUILD][SQL] Fix annotation argument needs to be a constant ## What changes were proposed in this pull request? Build fix for [SPARK-16287][SQL] Implement str_to_map SQL function that has introd