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


   > @leesf before looking at the code deeply, Can you please clarify what 
breaking changes we plan in this approach? Is the current "hudi " source 
codepath renamed to something else? So existing users need to update "All" 
their jobs to use the new source?
   
   @vinothchandar 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