nsivabalan commented on code in PR #10340:
URL: https://github.com/apache/hudi/pull/10340#discussion_r1429433785
##########
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:
my bad. missed the fix here after raising a new patch.
I should call this.currentReader.close() here irrespective of whether its
lazy or not.
--
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]