vinishjail97 opened a new pull request, #13033: URL: https://github.com/apache/hudi/pull/13033
### Change Logs If user passes a different value of `hoodie.database.name` in properties, the validation can be ignored if tableConfig (content in hoodie.properties) contains null/empty string in it. This is primarily for use-cases, where there's an external table created with 0.x, initializing the table using 1.x adds `hoodie.database.name` in hoodie.properties as empty string and the validation keeps failing after that. In the current PR we are removing both - the validation for empty `hoodie.database.name` and not setting `hoodie.database.name` in tableConfig if it's null or empty. ### Impact Low ### Risk level (write none, low medium or high below) Medium ### Documentation Update None. ### Contributor's checklist - [x] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [x] Change Logs and Impact were stated clearly - [x] Adequate tests were added if applicable - [x] 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]
