You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Michael Armbrust (JIRA)" <ji...@apache.org> on 2015/01/08 17:40:35 UTC

[jira] [Updated] (SPARK-5149) Type mismatch when defining classes in Spark REPL

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

Michael Armbrust updated SPARK-5149:
------------------------------------
    Assignee: Tobias Schlatter

> Type mismatch when defining classes in Spark REPL
> -------------------------------------------------
>
>                 Key: SPARK-5149
>                 URL: https://issues.apache.org/jira/browse/SPARK-5149
>             Project: Spark
>          Issue Type: Bug
>            Reporter: Tobias Schlatter
>            Assignee: Tobias Schlatter
>            Priority: Critical
>
> Consider the following Spark REPL session:
> {code}
> scala> class A; def foo(x: A) = x
> defined class A
> foo: (x: A)A
> scala> foo(new A)
> <console>:14: error: type mismatch;
>  found   : A
>  required: A
>               foo(new A)
>                   ^
> {code}
> This happens, because of the way the Spark REPL imports previously defined symbols (values / types).



--
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