Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
revert one
  • Loading branch information
LuciferYang committed Jun 25, 2024
commit fbac73da37248558a3bb91feb1782354fc4c620e
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ class KryoSerializer(conf: SparkConf)
// scalastyle:on

kryo.register(Utils.classForName("scala.collection.immutable.ArraySeq$ofRef"))
kryo.register(Utils.classForName("scala.collection.immutable.Map$EmptyMap$"))
kryo.register(Utils.classForName("scala.math.Ordering$Reverse"))
kryo.register(Utils.classForName("scala.reflect.ClassTag$GenericClassTag"))
kryo.register(classOf[ArrayBuffer[Any]])
Expand Down