yihua commented on code in PR #12268:
URL: https://github.com/apache/hudi/pull/12268#discussion_r1955121839


##########
hudi-client/hudi-spark-client/src/main/scala/org/apache/spark/HoodieSparkKryoRegistrar.scala:
##########
@@ -61,6 +62,7 @@ class HoodieSparkKryoRegistrar extends 
HoodieCommonKryoRegistrar with KryoRegist
     kryo.register(classOf[HoodieInternalRow])
     kryo.register(classOf[HoodieSparkCopyOnWriteTable[_]])
     kryo.register(classOf[HoodieSparkMergeOnReadTable[_]])
+    kryo.register(classOf[HoodieKeyLookupResult])

Review Comment:
   Previously the new classes are added at the end but I think this is OK since 
the Kryo serde is only used in memory, not for any storage bytes any more.



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

Reply via email to