Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.4.0
-
MacBook Pro, OS X 10.10.4, Spark 1.4.0, master=local[*], IntelliJ IDEA.
Description
The object KryoSerializer (inside KryoRegistrator.scala) contains a list of classes that are automatically registered with Kryo. That list includes:
Array[Byte], Array[Long], and Array[Short]. Array[Int] is missing from that list. Can't think of any good reason it shouldn't also be included.
Note: This is first time creating an issue or contributing code to an apache project. Apologies if I'm not following the process correct. Appreciate any guidance or assistance.