-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.8.4, 0.11.0
-
Fix Version/s: 0.12.0
-
Component/s: None
-
Labels:None
Just ran into this one: there's a bug in the conversion logic for mapping from a TableSource into a JavaPairRDD in crunch-spark: we're expecting a value to come back as a Tuple2 when it's actually still a Crunch Pair object, and so the code will throw a ClastCastException at runtime.