Marcelo Vanzin created SPARK-14446:
--------------------------------------
Summary: 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
{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]