Describe the bug
Compiling auron with following command,
./auron-build.sh --release --sparkver 4.0 --scalaver 2.13 --celeborn 0.6 --paimon 1.2 --skiptests true
fails
it works fine with
./auron-build.sh --release --sparkver 3.5 --scalaver 2.12 --celeborn 0.6 --paimon 1.2 --skiptests true
To Reproduce
- checkout code with master branch(tried with v7 tag and latest master)
- build project with command in bug description section
Expected behavior
build process should success with no issues
Screenshots

Describe the bug
Compiling auron with following command,
./auron-build.sh --release --sparkver 4.0 --scalaver 2.13 --celeborn 0.6 --paimon 1.2 --skiptests true
fails
it works fine with
./auron-build.sh --release --sparkver 3.5 --scalaver 2.12 --celeborn 0.6 --paimon 1.2 --skiptests true
To Reproduce
Expected behavior
build process should success with no issues
Screenshots