This is an automated email from the ASF dual-hosted git repository.
richox pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new 49293a3c [AURON#1411] Fix Maven profile "uniffle-0.9" does not exist.
(#1412)
49293a3c is described below
commit 49293a3cf8aa6744a8c1d8b438fd770a63f3f0e5
Author: slfan1989 <[email protected]>
AuthorDate: Thu Oct 9 11:35:12 2025 +0800
[AURON#1411] Fix Maven profile "uniffle-0.9" does not exist. (#1412)
---
auron-build.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/auron-build.sh b/auron-build.sh
index 9fbe41a1..3e7b321b 100755
--- a/auron-build.sh
+++ b/auron-build.sh
@@ -31,7 +31,7 @@ print_help() {
echo " --sparkver <VERSION> Specify Spark version (e.g.
3.0/3.1/3.2/3.3/3.4/3.5)"
echo " --scalaver <VERSION> Specify Scala version (e.g. 2.12/2.13)"
echo " --celeborn <VERSION> Specify Celeborn version (e.g. 0.5/0.6)"
- echo " --uniffle <VERSION> Specify Uniffle version (e.g. 0.9)"
+ echo " --uniffle <VERSION> Specify Uniffle version (e.g. 0.10)"
echo " --paimon <VERSION> Specify Paimon version (e.g. 1.2)"
echo " --clean <true|false> Clean before build (default: true)"
echo " --skiptests <true|false> Skip unit tests (default: true)"
@@ -40,7 +40,7 @@ print_help() {
echo
echo "Examples:"
echo " $0 --pre --sparkver 3.5 --scalaver 2.12 -DskipBuildNative"
- echo " $0 --docker true --clean true --skiptests true --release
--sparkver 3.5 --scalaver 2.12 --celeborn 0.5 --uniffle 0.9 --paimon 1.2"
+ echo " $0 --docker true --clean true --skiptests true --release
--sparkver 3.5 --scalaver 2.12 --celeborn 0.5 --uniffle 0.10 --paimon 1.2"
exit 0
}