hudi-bot opened a new issue, #15316:
URL: https://github.com/apache/hudi/issues/15316

   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-4537
   - Type: Wish
   
   
   ---
   
   
   ## Comments
   
   04/Aug/22 09:16;flashJd;CleanPlanner.java:
   
             if (policy == HoodieCleaningPolicy.KEEP_LATEST_COMMITS) {
               // Dont delete the latest commit and {color:#FF0000}also the 
last commit before the earliest commit we{color}
   {color:#FF0000}            // are retaining{color}
               // The window of commit retain == max query run time. So a query 
could be running which
               // still
               // uses this file.
               if (fileCommitTime.equals(lastVersion) || 
{color:#FF0000}(fileCommitTime.equals(lastVersionBeforeEarliestCommitToRetain)){color})
 {
                 // move on to the next file
                 continue;
               };;;


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