danny0405 opened a new pull request, #19386: URL: https://github.com/apache/hudi/pull/19386
### Describe the issue this Pull Request addresses The root Maven configuration defaults to Flink 2.1.1, but the README still identified Flink 1.20 as the default and used the `flink1.20` profile in its primary build examples. This could lead users to build against a non-default Flink version and expect the wrong default bundle name. ### Summary and Changelog - Update the quick-start and Spark build examples to use the `flink2.1` profile. - Document Flink 2.1.1 as the default supported Flink version. - Update the Flink bundle table so the empty and explicit `flink2.1` options are identified as the defaults. ### Impact Documentation-only change. Users following the README will now select the current default Flink profile and expect the correct `hudi-flink2.1-bundle` artifact. ### Risk Level none ### Documentation Update Updated `README.md`. No website update is needed because this corrects existing build documentation and does not introduce a new feature or configuration. ### Contributor's checklist - [x] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [x] Enough context is provided in the sections above - [x] Adequate tests were added if applicable (not applicable; documentation-only change) -- 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]
