nsivabalan commented on issue #6373:
URL: https://github.com/apache/hudi/issues/6373#issuecomment-1232278776

   hey @parisni : I have put up a 
[fix](https://github.com/apache/hudi/pull/6548) to leverage metadata table 
incase of LATEST_FILE_VERSIONS. 
   btw, I was also thinking, if you can leverage 
[hoodie.clean.max.commits](https://hudi.apache.org/docs/configurations#hoodiecleanmaxcommits)
 to reduce the frequency w/ which cleaner runs. you can increase this to say 5. 
Only once every 5 commits, the clean code path will be triggered. i.e. 
scheduler will be triggered which could optional schedule a clean. and if a 
clean is scheduled, execution might also happen. 
   
   


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