YuweiXiao commented on code in PR #6680:
URL: https://github.com/apache/hudi/pull/6680#discussion_r1000193983
##########
hudi-common/src/main/java/org/apache/hudi/BaseHoodieTableFileIndex.java:
##########
@@ -298,7 +244,7 @@ private void doRefresh() {
// This logic is realized by
`AbstractTableFileSystemView::getLatestMergedFileSlicesBeforeOrOn`
// API. Note that for COW table, the merging logic of two slices does not
happen as there
// is no compaction, thus there is no performance impact.
- cachedAllInputFileSlices = partitionFiles.keySet().stream()
+ Map<PartitionPath, List<FileSlice>> ret = partitionFiles.keySet().stream()
Review Comment:
Fixed.
--
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]