yihua opened a new pull request, #10360: URL: https://github.com/apache/hudi/pull/10360
### Change Logs This PR introduces `HoodieStorage` abstraction and tries to remove the usage of Hadoop File System classes (`org.apache.hadoop.fs.`[`FileSystem`, `Path`, `FileStatus`], etc.) in core Hudi APIs, so it's much easier to plugin different file system implementation. This is WIP. ### Impact Improves storage abstraction and APIs in Hudi. ### Risk level medium ### Documentation Update New abstraction and API changes for developers. ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
