[ 
https://issues.apache.org/jira/browse/SPARK-14446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15229397#comment-15229397
 ] 

Apache Spark commented on SPARK-14446:
--------------------------------------

User 'vanzin' has created a pull request for this issue:
https://github.com/apache/spark/pull/12223

> 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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to