leesf commented on pull request #4350:
URL: https://github.com/apache/hudi/pull/4350#issuecomment-1001138517


   > 
   
   There is no breaking changes for the approach, users have no need to change 
their format. I move some classes from `hudi-spark-datasource/hudi-spark` into 
`hudi-spark-datasource/hudi-spark-common` module to make reuse of these 
classes. And the `hudi` format under `spark-datasource/hudi-spark` module 
before is moved to `spark-datasource/hudi-spark-common` to reuse 
`DefaultSource` code. And I introduce `hudi` format which located in both 
`hudi-spark-datasource/hudi-spark2` and `hudi-spark-datasource/hudi-spark3` 
which means no matter which spark version users use, they use still use `hudi` 
format. since the `hudi-spark-datasource/hudi-spark` module depends on 
`hudi-spark-datasource/hudi-spark2` or `hudi-spark-datasource/hudi-spark3` 
module.  


-- 
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]


Reply via email to