the-other-tim-brown commented on code in PR #13313:
URL: https://github.com/apache/hudi/pull/13313#discussion_r2098921758
##########
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:
Yes, the COW does not require any merging and does not have log files. The
FGReader handles this path.
--
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]