slfan1989 commented on code in PR #2408: URL: https://github.com/apache/auron/pull/2408#discussion_r3651373429
########## CONTRIBUTING.md: ########## @@ -123,13 +123,35 @@ Auron provides a unified build script `auron-build.sh` that supports both local Run `./auron-build.sh --help` to see all available options, including: - `--pre` or `--release`: Build profile -- `--sparkver`: Spark version (3.0, 3.1, 3.2, 3.3, 3.4, 3.5) +- `--sparkver`: Spark version (3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 4.0, 4.1) - `--scalaver`: Scala version (2.12, 2.13) - `--celeborn`, `--uniffle`, `--paimon`, `--iceberg`: Optional integrations Review Comment: Fixed. Added --hudi to the optional integration flags in the Build Options list, keeping it consistent with auron-build.sh and the compatibility matrix. -- 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]
