[GitHub] spark pull request: [SPARK-14359] Unit tests for java 8 lambda syn...

2016-04-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/12181 --- 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 ena

[GitHub] spark pull request: [SPARK-14359] Unit tests for java 8 lambda syn...

2016-04-05 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/12181#issuecomment-206085158 LGTM - merging in 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 th

[GitHub] spark pull request: [SPARK-14359] Unit tests for java 8 lambda syn...

2016-04-05 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/12181#discussion_r58643476 --- Diff: sql/core/src/test/java/test/org/apache/spark/sql/sources/JavaDatasetAggregatorSuite.java --- @@ -170,3 +130,47 @@ public Long call(Tuple2 value) thro

[GitHub] spark pull request: [SPARK-14359] Unit tests for java 8 lambda syn...

2016-04-05 Thread ericl
Github user ericl commented on a diff in the pull request: https://github.com/apache/spark/pull/12181#discussion_r58642888 --- Diff: sql/core/src/test/java/test/org/apache/spark/sql/sources/JavaDatasetAggregatorSuite.java --- @@ -170,3 +130,47 @@ public Long call(Tuple2 value) thr

[GitHub] spark pull request: [SPARK-14359] Unit tests for java 8 lambda syn...

2016-04-05 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12181#issuecomment-206033604 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

[GitHub] spark pull request: [SPARK-14359] Unit tests for java 8 lambda syn...

2016-04-05 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12181#issuecomment-206033608 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-14359] Unit tests for java 8 lambda syn...

2016-04-05 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12181#issuecomment-206033133 **[Test build #55022 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55022/consoleFull)** for PR 12181 at commit [`cc745c5`](https://g

[GitHub] spark pull request: [SPARK-14359] Unit tests for java 8 lambda syn...

2016-04-05 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/12181#discussion_r58629301 --- Diff: sql/core/src/test/java/test/org/apache/spark/sql/sources/JavaDatasetAggregatorSuite.java --- @@ -170,3 +130,47 @@ public Long call(Tuple2 value) thro

[GitHub] spark pull request: [SPARK-14359] Unit tests for java 8 lambda syn...

2016-04-05 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12181#issuecomment-206012677 **[Test build #55014 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55014/consoleFull)** for PR 12181 at commit [`cc745c5`](https://g

[GitHub] spark pull request: [SPARK-14359] Unit tests for java 8 lambda syn...

2016-04-05 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12181#issuecomment-206013368 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 projec

[GitHub] spark pull request: [SPARK-14359] Unit tests for java 8 lambda syn...

2016-04-05 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12181#issuecomment-206013375 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-14359] Unit tests for java 8 lambda syn...

2016-04-05 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12181#issuecomment-205987176 **[Test build #55022 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55022/consoleFull)** for PR 12181 at commit [`cc745c5`](https://gi

[GitHub] spark pull request: [SPARK-14359] Unit tests for java 8 lambda syn...

2016-04-05 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/12181#issuecomment-205986809 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

[GitHub] spark pull request: [SPARK-14359] Unit tests for java 8 lambda syn...

2016-04-05 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/12181#issuecomment-205985264 ``` [warn] Java 8 tests will not run because JDK version is < 1.8. ``` I think that the default PR builder might still be running Java 7 because my fi

[GitHub] spark pull request: [SPARK-14359] Unit tests for java 8 lambda syn...

2016-04-05 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12181#issuecomment-205975784 **[Test build #55014 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/55014/consoleFull)** for PR 12181 at commit [`cc745c5`](https://gi

[GitHub] spark pull request: [SPARK-14359] Unit tests for java 8 lambda syn...

2016-04-05 Thread ericl
GitHub user ericl opened a pull request: https://github.com/apache/spark/pull/12181 [SPARK-14359] Unit tests for java 8 lambda syntax with typed aggregates ## What changes were proposed in this pull request? Adds unit tests for java 8 lambda syntax with typed aggregates as a

[GitHub] spark pull request: [SPARK-14359] Unit tests for java 8 lambda syn...

2016-04-05 Thread ericl
Github user ericl commented on the pull request: https://github.com/apache/spark/pull/12181#issuecomment-205974560 @rxin --- 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