codope commented on code in PR #12707:
URL: https://github.com/apache/hudi/pull/12707#discussion_r1929668029
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java:
##########
@@ -1200,31 +1196,6 @@ private HoodieData<HoodieRecord>
getSecondaryIndexUpdates(HoodieCommitMetadata c
return convertWriteStatsToSecondaryIndexRecords(allWriteStats,
instantTime, indexDefinition, dataWriteConfig.getMetadataConfig(), fsView,
dataMetaClient, engineContext, getEngineType());
}
- /**
- * Build a list of baseFiles + logFiles for every partition that this commit
touches
- * {
- * {
- * "partition1", { { "baseFile11", {"logFile11", "logFile12"}},
{"baseFile12", {"logFile11"} } }
- * },
- * {
- * "partition2", { {"baseFile21", {"logFile21", "logFile22"}},
{"baseFile22", {"logFile21"} } }
- * }
- * }
- */
- private static List<Pair<String, Pair<String, List<String>>>>
getPartitionFilePairs(HoodieCommitMetadata commitMetadata) {
Review Comment:
this method is not used any longer
--
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]