dongjoon-hyun commented on code in PR #47657:
URL: https://github.com/apache/spark/pull/47657#discussion_r1708021750


##########
core/src/main/scala/org/apache/spark/serializer/KryoSerializer.scala:
##########
@@ -519,6 +520,7 @@ private[spark] class KryoSerializerInstance(
  * Interface implemented by clients to register their classes with Kryo when 
using Kryo
  * serialization.
  */
+@Stable
 trait KryoRegistrator {

Review Comment:
   This is inconsistent with the PR title because this is `trait 
KryoRegistrator` instead of `KryoSerializer`, @robreeves . Did I misunderstand 
your intention?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to