JingsongLi commented on code in PR #3853:
URL: https://github.com/apache/paimon/pull/3853#discussion_r1697064313
##########
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:
But by default, there is no max size configuration.
--
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]