JingsongLi commented on code in PR #4903: URL: https://github.com/apache/paimon/pull/4903#discussion_r1919623131
########## paimon-core/src/main/java/org/apache/paimon/operation/FileDeletionBase.java: ########## @@ -259,12 +267,17 @@ public void deleteAddedDataFiles(String manifestListName) { private void deleteAddedDataFiles(List<ExpireFileEntry> manifestEntries) { List<Path> dataFileToDelete = new ArrayList<>(); + Map<Pair<BinaryRow, Integer>, DataFilePathFactory> dataFilePathFactoryMap = new HashMap<>(); Review Comment: I will do this. -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org