You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Koert Kuipers <ko...@tresata.com> on 2015/07/14 20:22:40 UTC

master compile broken for scala 2.11

it works for scala 2.10, but for 2.11 i get:

[ERROR]
/home/koert/src/spark/sql/catalyst/src/main/java/org/apache/spark/sql/execution/UnsafeExternalRowSorter.java:135:
error: <anonymous org.apache.spark.sql.execution.UnsafeExternalRowSorter$1>
is not abstract and does not override abstract method
<B>minBy(Function1<InternalRow,B>,Ordering<B>) in TraversableOnce
[ERROR]       return new AbstractScalaRowIterator() {

Re: master compile broken for scala 2.11

Posted by Josh Rosen <ro...@gmail.com>.
I've opened a PR to fix this; please take a look:
https://github.com/apache/spark/pull/7405

On Tue, Jul 14, 2015 at 11:22 AM, Koert Kuipers <ko...@tresata.com> wrote:

> it works for scala 2.10, but for 2.11 i get:
>
> [ERROR]
> /home/koert/src/spark/sql/catalyst/src/main/java/org/apache/spark/sql/execution/UnsafeExternalRowSorter.java:135:
> error: <anonymous org.apache.spark.sql.execution.UnsafeExternalRowSorter$1>
> is not abstract and does not override abstract method
> <B>minBy(Function1<InternalRow,B>,Ordering<B>) in TraversableOnce
> [ERROR]       return new AbstractScalaRowIterator() {
>
>