vinothchandar commented on a change in pull request #1351: [WIP] [HUDI-625] 
Fixing performance issues around DiskBasedMap & kryo
URL: https://github.com/apache/incubator-hudi/pull/1351#discussion_r383703512
 
 

 ##########
 File path: 
hudi-common/src/main/java/org/apache/hudi/common/util/SerializationUtils.java
 ##########
 @@ -86,6 +98,129 @@
     return (T) SERIALIZER_REF.get().deserialize(objectData);
   }
 
+  public static class HoodieKeySerializer extends Serializer<HoodieKey> 
implements Serializable {
 
 Review comment:
   These are no longer needed

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


With regards,
Apache Git Services

Reply via email to