linliu-code commented on code in PR #13313:
URL: https://github.com/apache/hudi/pull/13313#discussion_r2098854316


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java:
##########
@@ -689,40 +696,15 @@ private Lazy<List<Pair<String, FileSlice>>> 
getLazyLatestMergedPartitionFileSlic
 
   private Pair<Integer, HoodieData<HoodieRecord>> 
initializeRecordIndexPartition(
       Lazy<List<Pair<String, FileSlice>>> 
lazyLatestMergedPartitionFileSliceList) {
-    final HoodieTable hoodieTable = getTable(dataWriteConfig, dataMetaClient);

Review Comment:
   COW and MOR has the same handling logic?



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