nsivabalan commented on code in PR #7436:
URL: https://github.com/apache/hudi/pull/7436#discussion_r1046561322
##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadata.java:
##########
@@ -379,7 +386,8 @@ private HoodieRecord<HoodieMetadataPayload>
composeRecord(GenericRecord avroReco
private Map<Pair<String, FileSlice>, List<String>>
getPartitionFileSliceToKeysMapping(final String partitionName, final
List<String> keys) {
// Metadata is in sync till the latest completed instant on the dataset
List<FileSlice> latestFileSlices =
-
HoodieTableMetadataUtil.getPartitionLatestMergedFileSlices(metadataMetaClient,
partitionName);
+ HoodieTableMetadataUtil.getPartitionLatestMergedFileSlices(
Review Comment:
looks like the FileSystemView (MDFSV) caches the entities and so we are
good.
--
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]