JingsongLi commented on code in PR #3853:
URL: https://github.com/apache/paimon/pull/3853#discussion_r1696964966
##########
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:
Should we clean all files when closing?
--
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]