deepakpanda93 opened a new pull request, #14079: URL: https://github.com/apache/hudi/pull/14079
### Describe the issue this Pull Request addresses - This PR addresses the issue where the expected S3 bucket `warehouse` is not automatically created if it doesn’t already exist. This causes failures in workflows that assume the warehouse bucket is always available. - The fix ensures that the required S3 bucket is created programmatically if it does not already exist, ### Summary and Changelog - This change adds logic to automatically create the warehouse S3 bucket if it does not already exist. - This eliminates the need for manual bucket creation. ### Impact None ### Risk Level none ### Documentation Update This is an internal change related to setup automation. ### 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]
