hudi-bot opened a new issue, #16059: URL: https://github.com/apache/hudi/issues/16059
For a fresh table, when both FILES and RLI is enabled, we use default values for num file groups i.e 10 for RLI. and this also creates a log file and does not create a base file since there are no records to instantiate as such. So, we should defer the instantiation to later. either at the end of first commit or when the data table has atleast 1 completed commit. For an already existing table, this is not an issue since if there are valid records, we will dynamically determine the number of file groups. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-6446 - Type: Improvement - Epic: https://issues.apache.org/jira/browse/HUDI-466 -- 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]
