nsivabalan commented on code in PR #18412:
URL: https://github.com/apache/hudi/pull/18412#discussion_r3047093557


##########
hudi-common/src/main/java/org/apache/hudi/common/table/log/BaseHoodieLogRecordReader.java:
##########
@@ -277,6 +299,7 @@ && 
compareTimestamps(logBlock.getLogBlockHeader().get(INSTANT_TIME), GREATER_THA
           }
           if (instantRange.isPresent() && 
!instantRange.get().isInRange(instantTime)) {
             // filter the log block by instant range

Review Comment:
   leaving it as warn. I am not really sure if this might be very noisy. 
   this should not happen often. 



-- 
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]

Reply via email to