lokeshj1703 opened a new issue, #14068: URL: https://github.com/apache/hudi/issues/14068
### Bug Description **During bootstrap, RLI index records are persisted for calculating the file group count. Users can configure the record index file group count by configuring the min and max file group count and setting them to the same value. In such a case, estimation is not required and therefore the record index records need not be persisted.** **If the min and max file group count for record index is configured and set to the same value, record index records should not be persisted.** **Steps to reproduce:** 1. 2. 3. ### Environment **Hudi version:** master **Query engine:** Spark **Relevant configs: ** hoodie.metadata.partitioned.record.index.min.filegroup.count hoodie.metadata.partitioned.record.index.max.filegroup.count hoodie.metadata.record.index.min.filegroup.count hoodie.metadata.record.index.max.filegroup.count ### Logs and Stack Trace _No response_ -- 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]
