[GitHub] spark issue #14332: [SPARK-16694] [CORE] Use for/foreach rather than map for...

2016-07-30 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/14332 Merged to master --- 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 i

[GitHub] spark issue #14332: [SPARK-16694] [CORE] Use for/foreach rather than map for...

2016-07-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14332 Merged build finished. Test PASSed. --- 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 e

[GitHub] spark issue #14332: [SPARK-16694] [CORE] Use for/foreach rather than map for...

2016-07-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14332 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/63018/ Test PASSed. ---

[GitHub] spark issue #14332: [SPARK-16694] [CORE] Use for/foreach rather than map for...

2016-07-29 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14332 **[Test build #63018 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/63018/consoleFull)** for PR 14332 at commit [`3a5c5a6`](https://github.com/apache/spark/commit/

[GitHub] spark issue #14332: [SPARK-16694] [CORE] Use for/foreach rather than map for...

2016-07-29 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14332 **[Test build #63018 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/63018/consoleFull)** for PR 14332 at commit [`3a5c5a6`](https://github.com/apache/spark/commit/3

[GitHub] spark issue #14332: [SPARK-16694] [CORE] Use for/foreach rather than map for...

2016-07-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14332 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/63003/ Test PASSed. ---

[GitHub] spark issue #14332: [SPARK-16694] [CORE] Use for/foreach rather than map for...

2016-07-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14332 Merged build finished. Test PASSed. --- 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 e

[GitHub] spark issue #14332: [SPARK-16694] [CORE] Use for/foreach rather than map for...

2016-07-29 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14332 **[Test build #63003 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/63003/consoleFull)** for PR 14332 at commit [`6fabd16`](https://github.com/apache/spark/commit/

[GitHub] spark issue #14332: [SPARK-16694] [CORE] Use for/foreach rather than map for...

2016-07-29 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14332 **[Test build #63003 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/63003/consoleFull)** for PR 14332 at commit [`6fabd16`](https://github.com/apache/spark/commit/6

[GitHub] spark issue #14332: [SPARK-16694] [CORE] Use for/foreach rather than map for...

2016-07-29 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/14332 Jenkins retest this please --- 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 wishe

[GitHub] spark issue #14332: [SPARK-16694] [CORE] Use for/foreach rather than map for...

2016-07-25 Thread markhamstra
Github user markhamstra commented on the issue: https://github.com/apache/spark/pull/14332 The Scala API docs clearly specify that the most idiomatic usage of Option is to treat it as a collection or monad and use map, flatMap, filter, or foreach. Those docs also clearly specify that

[GitHub] spark issue #14332: [SPARK-16694] [CORE] Use for/foreach rather than map for...

2016-07-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14332 Merged build finished. Test PASSed. --- 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 e

[GitHub] spark issue #14332: [SPARK-16694] [CORE] Use for/foreach rather than map for...

2016-07-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14332 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/62767/ Test PASSed. ---

[GitHub] spark issue #14332: [SPARK-16694] [CORE] Use for/foreach rather than map for...

2016-07-24 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14332 **[Test build #62767 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62767/consoleFull)** for PR 14332 at commit [`6fabd16`](https://github.com/apache/spark/commit/

[GitHub] spark issue #14332: [SPARK-16694] [CORE] Use for/foreach rather than map for...

2016-07-24 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14332 **[Test build #62767 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62767/consoleFull)** for PR 14332 at commit [`6fabd16`](https://github.com/apache/spark/commit/6

[GitHub] spark issue #14332: [SPARK-16694] [CORE] Use for/foreach rather than map for...

2016-07-24 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/14332 Jenkins retest this please --- 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 wishe

[GitHub] spark issue #14332: [SPARK-16694] [CORE] Use for/foreach rather than map for...

2016-07-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14332 Merged build finished. Test FAILed. --- 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 e

[GitHub] spark issue #14332: [SPARK-16694] [CORE] Use for/foreach rather than map for...

2016-07-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14332 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/62764/ Test FAILed. ---

[GitHub] spark issue #14332: [SPARK-16694] [CORE] Use for/foreach rather than map for...

2016-07-24 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14332 **[Test build #62764 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62764/consoleFull)** for PR 14332 at commit [`6fabd16`](https://github.com/apache/spark/commit/

[GitHub] spark issue #14332: [SPARK-16694] [CORE] Use for/foreach rather than map for...

2016-07-24 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14332 **[Test build #62764 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62764/consoleFull)** for PR 14332 at commit [`6fabd16`](https://github.com/apache/spark/commit/6