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

Add missed shims for scala2.13 #10465

Merged
merged 14 commits into from
Mar 1, 2024
Merged

Commits on Feb 22, 2024

  1. Add missed shims for scala2.13

    Signed-off-by: Tim Liu <timl@nvidia.com>
    NvTimLiu committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    22641d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Add 351 snapshot shim for the scala2.13 version of plugin jar

    Signed-off-by: Tim Liu <timl@nvidia.com>
    NvTimLiu committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    8a6539b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Remove 351 snapshot shim as spark 3.5.1 has been released

    Signed-off-by: Tim Liu <timl@nvidia.com>
    NvTimLiu committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6898bdf View commit details
    Browse the repository at this point in the history
  2. Remove scala2.13 351 snapshot shim

    Signed-off-by: Tim Liu <timl@nvidia.com>
    NvTimLiu committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    913d9a7 View commit details
    Browse the repository at this point in the history
  3. Remove 351 shim's jason string

    Ran `mvn generate-sources -Dshimplify=true -Dshimplify.move=true -Dshimplify.remove.shim=351`
    
    to remove 351 shim's jason string, and fix some unnecessary empty lines that were introduced
    
    Signed-off-by: Tim Liu <timl@nvidia.com>
    NvTimLiu committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    78d1f00 View commit details
    Browse the repository at this point in the history
  4. Update Copyright 2024

    Auto copyright by below scripts
    ```
    export SPARK_RAPIDS_AUTO_COPYRIGHTER=ON
    
    ./scripts/auto-copyrighter.sh $(git diff --name-only origin/branch-24.04..HEAD)
    ```
    
    Signed-off-by: Tim Liu <timl@nvidia.com>
    NvTimLiu committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    8482847 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Revert "Update Copyright 2024"

    This reverts commit 8482847.
    razajafri committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d7cc146 View commit details
    Browse the repository at this point in the history
  2. Revert "Remove 351 shim's jason string"

    This reverts commit 78d1f00.
    razajafri committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    62eda3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3656da View commit details
    Browse the repository at this point in the history
  4. Alien scala2.13/pom.xml to scala2.12 one

    Run the script `bash build/make-scala-version-build-files.sh 2.13`
    
    Signed-off-by: Tim Liu <timl@nvidia.com>
    NvTimLiu committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    53ecc05 View commit details
    Browse the repository at this point in the history
  5. pretend 351 is a snapshot in 24.02

    Signed-off-by: Gera Shegalov <gera@apache.org>
    gerashegalov committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7961b7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    328fe34 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9830124 View commit details
    Browse the repository at this point in the history
  8. Revert change of build/shimplify.py

    Signed-off-by: Tim Liu <timl@nvidia.com>
    NvTimLiu committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    40f843b View commit details
    Browse the repository at this point in the history