LinMingQiang commented on code in PR #4903: URL: https://github.com/apache/paimon/pull/4903#discussion_r1917613158
########## paimon-core/src/test/java/org/apache/paimon/operation/ExpireSnapshotsTest.java: ########## @@ -112,6 +115,75 @@ public void testExpireWithMissingFiles() throws Exception { .filter(p -> !filesInUse.contains(p)) .collect(Collectors.toList()); + for (int i = 0; i < unusedFileList.size(); i++) { + System.out.println("qihouliang111= " + unusedFileList.get(i)); + } + + for (Path path : filesInUse) { + System.out.println("qihouliang222= " + path); + } Review Comment: Delete -- 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