[GitHub] spark pull request: [SPARK-10723] Add reduceOption API to RDD

2015-09-30 Thread Attsun1031
Github user Attsun1031 closed the pull request at: https://github.com/apache/spark/pull/8845 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request: [SPARK-10723] Add reduceOption API to RDD

2015-09-21 Thread Attsun1031
Github user Attsun1031 commented on the pull request: https://github.com/apache/spark/pull/8845#issuecomment-142152296 Thanks for comment and advice. I'll use isEmpty or fold to deal with my case. --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [SPARK-10723] Add reduceOption API to RDD

2015-09-20 Thread Attsun1031
GitHub user Attsun1031 opened a pull request: https://github.com/apache/spark/pull/8845 [SPARK-10723] Add reduceOption API to RDD This is PR for https://issues.apache.org/jira/browse/SPARK-10723 Question When I ran tests, mima binary compatibility test failed