-
- Downloads
[SPARK-19010][CORE] Include Kryo exception in case of overflow
## What changes were proposed in this pull request? This is to workaround an implicit result of #4947 which suppressed the original Kryo exception if the overflow happened during serialization. ## How was this patch tested? `KryoSerializerSuite` was augmented to reflect this change. Author: Sergei Lebedev <superbobry@gmail.com> Closes #16416 from superbobry/patch-1.
Showing
- core/src/main/scala/org/apache/spark/serializer/KryoSerializer.scala 1 addition, 1 deletion...in/scala/org/apache/spark/serializer/KryoSerializer.scala
- core/src/test/scala/org/apache/spark/serializer/KryoSerializerSuite.scala 2 additions, 1 deletion...ala/org/apache/spark/serializer/KryoSerializerSuite.scala
Loading
Please register or sign in to comment