wzx140 commented on code in PR #5522:
URL: https://github.com/apache/hudi/pull/5522#discussion_r869828149


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/common/table/log/HoodieFileSliceReader.java:
##########
@@ -68,9 +67,11 @@ public static HoodieFileSliceReader getFileSliceReader(
     }
   }
 
-  private static HoodieRecord<? extends HoodieRecordPayload> transform(
-      GenericRecord record, HoodieMergedLogRecordScanner scanner, String 
payloadClass,
-      String preCombineField, Option<Pair<String, String>> 
simpleKeyGenFieldsOpt) {
+  private static HoodieRecord transform(GenericRecord record,
+                                                                       
HoodieMergedLogRecordScanner scanner,
+                                                                       String 
payloadClass,
+                                                                       String 
preCombineField,
+                                                                       
Option<Pair<String, String>> simpleKeyGenFieldsOpt) {

Review Comment:
   👌 



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