the-other-tim-brown commented on code in PR #12095:
URL: https://github.com/apache/hudi/pull/12095#discussion_r1800343498


##########
hudi-common/src/main/java/org/apache/hudi/common/util/HoodieCommonKryoRegistrar.java:
##########
@@ -85,7 +96,19 @@ public void registerClasses(Kryo kryo) {
 
         HoodieRecordLocation.class,
         HoodieRecordGlobalLocation.class,
-        HoodieRecordDelegate.class
+        HoodieRecordDelegate.class,
+        HoodieInstant.class,

Review Comment:
   Kryo recommends registering the classes since it uses a shorter identifier 
instead of the fully qualified class name when serializing objects. I don't 
have any context for what the criteria is within the Hudi repo though.



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