danny0405 commented on code in PR #10340:
URL: https://github.com/apache/hudi/pull/10340#discussion_r1429418791


##########
hudi-common/src/main/java/org/apache/hudi/common/table/log/HoodieLogFormatReader.java:
##########
@@ -104,8 +90,6 @@ public boolean hasNext() {
         // First close previous reader only if readBlockLazily is false
         if (!readBlocksLazily) {

Review Comment:
   I don't understand, how could we eliminate the memory usage if we do not 
close the reader eagerly, the input streams are still there? Or can you calrify 
what is the timine for closing the multiple readers?



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to