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

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

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