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


##########
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/TimelineMetadataUtils.java:
##########
@@ -204,7 +204,7 @@ public static HoodieReplaceCommitMetadata 
deserializeReplaceCommitMetadata(byte[
     return deserializeAvroMetadata(bytes, HoodieReplaceCommitMetadata.class);
   }
 
-  public static <T extends SpecificRecordBase> T 
deserializeAvroMetadata(byte[] bytes, Class<T> clazz)
+  public static <T> T deserializeAvroMetadata(byte[] bytes, Class<T> clazz)

Review Comment:
   Should we still keep the constraint?



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