wangxianghu edited a comment on pull request #1665: URL: https://github.com/apache/hudi/pull/1665#issuecomment-641279534
Hi @vinothchandar , This is the abstration of hudi-client module(in module hudi-client2): https://github.com/wangxianghu/hudi/tree/HUDI-xxx please take a look when free. As the change is huge, If you agree with this abstraction, may I introduce a new module named "hudi-client2" or something else to hold the new abstraction, when the hudi-client2 is ready, we can weaken or delete the hudi-client module. or, just introduce a new feature branch to refactor hudi-client and merge it when ready The new module structure could be like this: ``` └── hudi-client ├── hudi-client-common ├── hudi-client-spark ├── hudi-client-flink └── hudi-client-java ``` cc @yanghua @leesf ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
