Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to build for all Scala versions #10606

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 4, 2024

  1. Ability to build for all Scala versions

    Allows building for all Spark/Scala version combinations. Introduces new system properties to control the behavior:
    * `allScalaVersions=true` lets Spark build for all Scala versions
    * the previous property `scalaVersion` is now a version list via the `scalaVersions` property, provides backwards compatibility
    * the previous property `defaultScalaVersion` is now a version list via the `defaultScalaVersions` property, provides backwards compatibility
    
    The defaults, via `gradle.properties` do not change.
    
    Also...
    * Unify processing of the xyzVersions everywhere
    * Fix compilation bug in Flink 1.19 jmh code (was not built before)
    * Update release jobs/script
    * Remove "hack" for `:iceberg-bom`
    * Simplify and fix related usages of the build system properties
    snazy committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    8c4b4b0 View commit details
    Browse the repository at this point in the history