-
Type:
Bug
-
Status: Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.0.1
-
Fix Version/s: 1.1.0
-
Component/s: Spark Core
-
Labels:None
-
Target Version/s:
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;
- 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