зеркало из https://github.com/microsoft/spark.git
Merge remote branch 'origin/custom-serialization' into new-rdds
This commit is contained in:
Коммит
d39f5dd15e
|
@ -118,6 +118,7 @@ class KryoSerialization extends SerializationStrategy with Logging {
|
|||
val toRegister: Seq[AnyRef] = Seq(
|
||||
// Arrays
|
||||
Array(1), Array(1.0), Array(1.0f), Array(1L), Array(""), Array(("", "")),
|
||||
Array(new java.lang.Object),
|
||||
// Specialized Tuple2s
|
||||
("", ""), (1, 1), (1.0, 1.0), (1L, 1L),
|
||||
(1, 1.0), (1.0, 1), (1L, 1.0), (1.0, 1L), (1, 1L), (1L, 1),
|
||||
|
|
Загрузка…
Ссылка в новой задаче