yihua commented on code in PR #12772: URL: https://github.com/apache/hudi/pull/12772#discussion_r2362091675
########## hudi-spark-datasource/README.md: ########## @@ -23,12 +23,16 @@ This repo contains the code that integrate Hudi with Spark. The repo is split in `hudi-spark3.3.x` `hudi-spark3.4.x` `hudi-spark3.5.x` +`hudi-spark4.0.x` +`hudi-spark3-common` `hudi-spark-common` * hudi-spark is the module that contains the code that spark3 version would share. * hudi-spark3.3.x is the module that contains the code that compatible with spark3.3.x versions. * hudi-spark3.4.x is the module that contains the code that compatible with spark 3.4.x versions. * hudi-spark3.5.x is the module that contains the code that compatible with spark 3.5.x versions. +* hudi-spark4.0.x is the module that contains the code that compatible with spark 4.0.x versions. +* hudi-spark3-common is the module that contains the code that would be reused between spark3.x versions. * hudi-spark-common is the module that contains the code that would be reused between spark3.x versions. Review Comment: Change this line to account for both Spark 3.x and 4.x versions -- 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]
