Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-48204][INFRA] Fix release script for Spark 4.0+
### What changes were proposed in this pull request? Before Spark 4.0, Scala 2.12 was primary and Scala 2.13 was secondary. The release scripts build more packages (hadoop3, without-hadoop, pyspark, sparkr) for the primary Scala version but only one package for the secondary. However, Spark 4.0 removes Scala 2.12 support and the release script needs to be updated accordingly. ### Why are the changes needed? to make the release scripts work ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? manual. ### Was this patch authored or co-authored using generative AI tooling? no Closes apache#46484 from cloud-fan/re. Authored-by: Wenchen Fan <wenchen@databricks.com> Signed-off-by: Dongjoon Hyun <dhyun@apple.com>