+1 (binding), I checked: 1. All download links are valid 2. Checksum and signature are OK 3. DISCLAIMER, LICENSE and NOTICE exist 4. Build successfully using `./auron-build.sh --release --sparkver 3.5 --scalaver 2.12` 5. Running simple queries on spark 3.5.7 with auron works as expected, using the following commands: ``` bin/spark-sql \ --conf spark.auron.enable=true \ --conf spark.sql.extensions=org.apache.spark.sql.auron.AuronSparkSessionExtension \ --conf spark.shuffle.manager=org.apache.spark.sql.execution.auron.shuffle.AuronShuffleManager \ --conf spark.memory.offHeap.enabled=false
-- run queries create table t1 using parquet select id from range(1, 1000, 1, 10); select sum(id) from t1; ``` Kind Regards, Zhen Wang Zhang Li <[email protected]> 于2025年9月30日周二 15:05写道: > > Hi Auron community, > This is a call for vote to release Apache Auron (Incubating) v6.0.0-rc0 > > The git tag to be voted upon: > https://github.com/apache/auron/releases/tag/v6.0.0-rc0 > > The git commit hash: > d0ba45854c3bcbe0273be348bb34afd51516d51e > > The source and binary artifacts can be found at: > https://dist.apache.org/repos/dist/dev/incubator/auron/v6.0.0-incubating-rc0 > > Fingerprint of the PGP key release artifacts are signed with: > 0193CC20 > > My public key to verify signatures can be found in: > https://dist.apache.org/repos/dist/dev/incubator/auron/KEYS (Apache ID: > richox) > > The vote will be open for at least 72 hours or until necessary number of > votes are reached. > Please vote accordingly: > [ ] +1 approve > [ ] +0 no opinion > [ ] -1 disapprove (and the reason) > > Checklist for release: > https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist > > Steps to validate the release: https://www.apache.org/info/verification.html > Starting with my +1 (binding): > * Download links, checksums and PGP signatures are valid. > * Source code distributions have correct names matching the current release. > * Release files have the word incubating in their name. > * DISCLAIMER, LICENSE and NOTICE files are correct. > * All files have license headers if necessary. > * No unlicensed compiled archives bundled in source archive. > * The source tarball matches the git tag. > * Build from source is successful. > > Thanks, > Li Zhang
