-
- Downloads
[SPARK-15489][SQL] Dataset kryo encoder won't load custom user settings
## What changes were proposed in this pull request? Serializer instantiation will consider existing SparkConf ## How was this patch tested? manual test with `ImmutableList` (Guava) and `kryo-serializers`'s `Immutable*Serializer` implementations. Added Test Suite. (If this patch involves UI changes, please attach a screenshot; otherwise, remove this) Author: Sela <ansela@paypal.com> Closes #13424 from amitsela/SPARK-15489.
Showing
- sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/objects/objects.scala 21 additions, 9 deletions...ache/spark/sql/catalyst/expressions/objects/objects.scala
- sql/core/src/test/scala/org/apache/spark/sql/DatasetSerializerRegistratorSuite.scala 68 additions, 0 deletions.../apache/spark/sql/DatasetSerializerRegistratorSuite.scala
Please register or sign in to comment