[
https://issues.apache.org/jira/browse/SPARK-14446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marcelo Vanzin resolved SPARK-14446.
------------------------------------
Resolution: Fixed
Assignee: Marcelo Vanzin
Fix Version/s: 2.0.0
> 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: Marcelo Vanzin
> Fix For: 2.0.0
>
>
> {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: [email protected]
For additional commands, e-mail: [email protected]