nsivabalan opened a new pull request, #9546:
URL: https://github.com/apache/hudi/pull/9546

   ### Change Logs
   
   We do have some special instants times like initialization instant times, 
compaction, clean etc in MDT timeline. During InstantRange check, these should 
be considered as valid. 
   
   ### Impact
   
   Valid instants consideration while reading from MDT is solid now. We are 
going to treat any special instant time (that has additional suffix compared to 
DT's commit time) as valid. 
   
   Especially with MDT partition initialization, the suffix is dynamic, and so 
we can't really find exact match. So, might have to go with total instant time 
length and treat all special instant times as valid ones. 
   
   In the LogRecordReader, we will first ignore any uncommitted instants. And 
then if its completed in MDT timeline, we check w/ the instantRange. and so its 
should be fine to return true for any special instant times. 
   
   ### Risk level (write none, low medium or high below)
   
   medium
   
   ### Documentation Update
   
   N/A
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


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