You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/05/11 02:59:32 UTC

[GitHub] [hudi] wzx140 commented on a diff in pull request #5522: [WIP][HUDI-3378][HUDI-3379][HUDI-3381] Rebasing usages of HoodieRecordPayload and raw Avro payload to rely on HoodieRecord instead

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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org