Copilot commented on code in PR #2408: URL: https://github.com/apache/auron/pull/2408#discussion_r3651371160
########## 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: The Build Options list enumerates optional integration flags but omits `--hudi`, even though the rest of this section documents Hudi in the compatibility matrix below. This can confuse readers looking for the corresponding command-line option. -- 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]
