robreeves commented on code in PR #47657:
URL: https://github.com/apache/spark/pull/47657#discussion_r1708024471
##########
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:
You're correct that it should be `KryoRegistrator`! I accidentally started
to use the file name instead of trait name. I updated the references.
--
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]