GitHub user dbolshak opened a pull request:
https://github.com/apache/spark/pull/17482
[SPARK-9002][CORE] KryoSerializer initialization does not include
'Array[Int]'
[SPARK-9002][CORE] KryoSerializer initialization does not include
'Array[Int]'
## What changes were proposed in this pull request?
Array[Int] has been registered in KryoSerializer.
The following file has been changed
core/src/main/scala/org/apache/spark/serializer/KryoSerializer.scala
## How was this patch tested?
First, the issue was reproduced by new unit test.
Then, the issue was fixed to pass the failed test.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dbolshak/spark SPARK-9002
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/17482.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #17482
----
commit 972dc9b88088f71bd88876e16ac18d76ffe54fbc
Author: Denis Bolshakov <[email protected]>
Date: 2017-03-30T16:18:08Z
[SPARK-9002][CORE] KryoSerializer initialization does not include
'Array[Int]'
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]