[
https://issues.apache.org/jira/browse/SPARK-7719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Patrick Wendell updated SPARK-7719:
-----------------------------------
Description:
This was causing a compile failure because emptyIterator() is not exposed in
some versions of Java 6. I lost the exact compile error along the way in the
console, but it's just a simple visibility issue.
https://github.com/apache/spark/commit/9ebb44f8abb1a13f045eed60190954db904ffef7
I've removed the test code for now, but we probably want to use something from
Guava instead for this:
http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/collect/Iterators.html
was:
This was causing a compile failure because emptyIterator() is not exposed in
some versions of Java 6. I lost the exact compile error along the way in the
console, but it's just a simple visibility issue.
https://github.com/apache/spark/commit/9ebb44f8abb1a13f045eed60190954db904ffef7
> Java 6 code in UnsafeShuffleWriterSuite
> ---------------------------------------
>
> Key: SPARK-7719
> URL: https://issues.apache.org/jira/browse/SPARK-7719
> Project: Spark
> Issue Type: Bug
> Components: Spark Core, Tests
> Reporter: Patrick Wendell
> Assignee: Josh Rosen
> Priority: Critical
>
> This was causing a compile failure because emptyIterator() is not exposed in
> some versions of Java 6. I lost the exact compile error along the way in the
> console, but it's just a simple visibility issue.
> https://github.com/apache/spark/commit/9ebb44f8abb1a13f045eed60190954db904ffef7
> I've removed the test code for now, but we probably want to use something
> from Guava instead for this:
> http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/collect/Iterators.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]