alexr17 opened a new pull request, #12969: URL: https://github.com/apache/hudi/pull/12969
### Change Logs This is an improvement PR to refactor the existing `hudi-aws` dependencies so we don't have circular imports when the S3 implementation of the lock provider using conditional writes is added. ### Impact `hudi-aws` is no longer a dependency of `hudi-client-common` ### Risk level (write none, low medium or high below) Medium, users which were transitively importing `hudi-client-common` through `hudi-aws` may face unexpected issues and need to add an additional dependency on `hudi-client-common`, however this dependency flow does not make sense, so this is a necessary breaking change. ### Documentation Update _Describe any necessary documentation update if there is any new feature, config, or user-facing change. If not, put "none"._ None ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org