srowen commented on a change in pull request #24555: [SPARK-27656][GraphX][WIP] 
Safely register class for GraphX
URL: https://github.com/apache/spark/pull/24555#discussion_r282148211
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/serializer/KryoSerializer.scala
 ##########
 @@ -488,7 +510,13 @@ private[serializer] object KryoSerializer {
     classOf[StorageLevel],
     classOf[CompressedMapStatus],
     classOf[HighlyCompressedMapStatus],
+    classOf[BitSet],
     classOf[CompactBuffer[_]],
+    classOf[OpenHashSet[Int]],
 
 Review comment:
   Are these actually different types, if the generic type is all that varies?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to