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

   ### Change Logs
   
   This PR removes the archival configs for the metadata table, 
`hoodie.metadata.keep.min.commits` and `hoodie.metadata.keep.max.commits`, 
since the metadata table's archival operation is tied to the corresponding data 
table's timeline and these two configs do not provide much value.  The PR makes 
the metadata table's archival operation to use the same configs, 
`hoodie.keep.min.commits` and `hoodie.keep.max.commits`, as the data table.
   
   A few tests are also adjusted since the number of commits to retain in 
metadata table is 3, so the `hoodie.keep.min.commits` should be larger than 3.
   
   ### Impact
   
   Removes `hoodie.metadata.keep.min.commits` and 
`hoodie.metadata.keep.max.commits`, which users should not tweak anyway.
   
   ### Risk level
   
   none
   
   ### 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