nsivabalan opened a new pull request, #6548: URL: https://github.com/apache/hudi/pull/6548
### Change Logs Looks like we are doing file system based full listing when partitionsForFullCleaning is being invoked. When the patch was landed, DELETE_PARTITION was synchronous and hence the fix. but later we fixed DELETE_PARTITION to be lazy. and so, we can use metadata table if enabled. ### Impact Will improve perf for clean policy based on FILE_VERSIONS when metadata is enabled. **Risk level: low ** This will result in perf improvement for large tables. ### 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]
