Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
1.0.1
-
None
Description
Here is an example:
scala> val x = 4 ; def f() = x x: Int = 4 f: ()Int scala> f() <console>:11: error: $VAL5 is already defined as value $VAL5 val $VAL5 = INSTANCE;
Attachments
Issue Links
- is duplicated by
-
SPARK-2453 Compound lines in spark-shell cause compilation errors
- Closed
- is related to
-
SPARK-1199 Type mismatch in Spark shell when using case class defined in shell
- Resolved
- links to