Rajeev-01 opened a new pull request, #18054: URL: https://github.com/apache/hudi/pull/18054
### Describe the issue this Pull Request addresses - This PR is adding the `hoodie.database.name` to the metadata table if main table writer config has been configured with db name. ### Summary and Changelog - Modified the `HoodieBackedTableMetadataWriter` class to keep the database name in the metadata properties if it is present actual data table properties. - While initializing the metadata client using `initializeMetaClient()` method, we will look into actual table config if this property is being present and adding it to metadata table config if it's present. ### Impact - Able to keep the table naming format synced across both data table and metadata table. ### Risk Level - None ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Enough context is provided in the sections above - [ ] Adequate tests were added if applicable -- 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]
