codope commented on code in PR #9517:
URL: https://github.com/apache/hudi/pull/9517#discussion_r1328411999
##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieTableMetadataUtil.java:
##########
@@ -1694,4 +1696,52 @@ public static HoodieRecordGlobalLocation
getLocationFromRecordIndexInfo(
final java.util.Date instantDate = new java.util.Date(instantTime);
return new HoodieRecordGlobalLocation(partition,
HoodieActiveTimeline.formatDate(instantDate), fileId);
}
+
+ /**
+ * Reads the record keys from the base files and returns a {@link
HoodieData} of {@link HoodieRecord} to be updated in the metadata table.
+ */
+ public static HoodieData<HoodieRecord>
readRecordKeysFromBaseFiles(HoodieEngineContext engineContext,
Review Comment:
done
--
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]