Aitozi commented on code in PR #3853:
URL: https://github.com/apache/paimon/pull/3853#discussion_r1697099511
##########
paimon-core/src/main/java/org/apache/paimon/mergetree/LookupLevels.java:
##########
@@ -207,12 +211,8 @@ private LookupFile createLookupFile(DataFileMeta file)
throws IOException {
return new LookupFile(localFile, file,
lookupStoreFactory.createReader(localFile, context));
}
- @Override
- public void close() throws IOException {
Review Comment:
Before the LookupLevels's cache file will be cleared when the writer is
idled (no data written to in the latest snapshot).
Now, the cache file will still be there after the idle writer closed and
evict by the retention time by default.
--
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]