You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/04/07 02:09:26 UTC

[jira] [Assigned] (SPARK-14446) ReplSuite fails on Scala 2.10

     [ https://issues.apache.org/jira/browse/SPARK-14446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-14446:
------------------------------------

    Assignee: Apache Spark

> ReplSuite fails on Scala 2.10
> -----------------------------
>
>                 Key: SPARK-14446
>                 URL: https://issues.apache.org/jira/browse/SPARK-14446
>             Project: Spark
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 2.0.0
>            Reporter: Marcelo Vanzin
>            Assignee: Apache Spark
>
> {noformat}
>   scala> ds: org.apache.spark.sql.Dataset[(Int, Int, Long)] = [_1: int, _2: int ... 1 more field]
>   
>   scala> <console>:37: error: missing parameter type for expanded function ((x$1) => x$1._1)
>                 ds.groupBy(_._1).agg(sum(_._2), sum(_._3)).collect()
>                            ^
>   
>   scala>      | 
>   scala> Stopping spark context. (ReplSuite.scala:75)
> {noformat}
> The test is actually out of sync with the 2.11 version. Just need to sync things up.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org