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


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java:
##########
@@ -744,16 +726,14 @@ private Pair<Integer, HoodieData<HoodieRecord>> 
initializeRecordIndexPartition(
    * @param activeModule active module of interest.
    * @param metaClient metaclient instance to use.
    * @param dataWriteConfig write config to use.
-   * @param hoodieTable hoodie table instance of interest.
    * @return
    */
-  private static HoodieData<HoodieRecord> 
readRecordKeysFromFileSliceSnapshot(HoodieEngineContext engineContext,
+  private static <T> HoodieData<HoodieRecord> 
readRecordKeysFromFileSliceSnapshot(HoodieEngineContext engineContext,
                                                                               
List<Pair<String, FileSlice>> partitionFileSlicePairs,

Review Comment:
   Fixed



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