nada-attia opened a new issue, #18150: URL: https://github.com/apache/hudi/issues/18150
### Describe the problem you faced When `hoodie.clean.automatic` or `hoodie.archive.automatic` are set to false on the data table, the metadata table (MDT) does not respect these settings and continues to perform archival and clean operations. This is inconsistent behavior since MDT should follow the data table's configuration. ### Describe the solution you'd like When cleans and archivals are disabled on the data table, these operations should also be disabled on the metadata table. The MDT should check `dataWriteConfig.isAutoClean()` and `dataWriteConfig.isAutoArchive()` before running the corresponding operations. ### Describe alternatives you've considered None - the MDT should respect the parent table's configuration settings. ### Additional context Implementation PR: #18145 -- 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]
