yihua opened a new pull request, #8825: URL: https://github.com/apache/hudi/pull/8825
### Change Logs There are two issues in the POM for building bundle jars of Spark 2: - The `spark2` profile generates `hudi-spark2.4-bundle_2.12` instead of `hudi-spark-bundle_2.12` (legacy bundle name). - The scala profile (2.11 or 2.12) is ignored when building the Spark bundle jar for Spark 2.4. This PR fixes both issues. ### Impact Fixes the Spark bundle jar generation for Spark 2.4. ### Risk level none ### Documentation Update N/A ### 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]
