You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/05/08 16:34:30 UTC

[GitHub] [spark] srowen commented on a change in pull request #24555: [SPARK-27656][GraphX][WIP] Safely register class for GraphX

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org