spark git commit: [SPARK-4481][Streaming][Doc] Fix the wrong description of updateFunc (backport for branch-1.2)

2014-11-20 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.2 e958132a8 - b676d9ad3 [SPARK-4481][Streaming][Doc] Fix the wrong description of updateFunc (backport for branch-1.2) backport for branch-1.2 as per #3356 Author: zsxwing zsxw...@gmail.com Closes #3376 from

spark git commit: [SPARK-4481][Streaming][Doc] Fix the wrong description of updateFunc

2014-11-19 Thread tdas
Repository: spark Updated Branches: refs/heads/master 22fc4e751 - 3bf7ceebb [SPARK-4481][Streaming][Doc] Fix the wrong description of updateFunc Removed `If `this` function returns None, then corresponding state key-value pair will be eliminated.` for the description of `updateFunc: