GitHub user JoshRosen opened a pull request:
https://github.com/apache/spark/pull/6298
[SPARK-7719] Re-add UnsafeShuffleWriterSuite test that was removed for Java
6 compat
This patch re-adds a test which was removed in
9ebb44f8abb1a13f045eed60190954db904ffef7 due to a Java 6 compatibility issue.
We now use Guava's `Iterators.emptyIterator()` in place of
`Collections.emptyIterator()`, which isn't present in all Java 6 versions.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JoshRosen/spark
SPARK-7719-fix-java-6-test-code
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/6298.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #6298
----
commit 5c9bd851596c658f9b66875c00cb91a1b5b1cfd0
Author: Josh Rosen <[email protected]>
Date: 2015-05-20T21:59:16Z
Re-add UnsafeShuffleWriterSuite.emptyIterator() test which was removed due
to Java 6 issue
----
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]