Skip to content

Commit

Permalink
Remove 3.1.0, 3.1.0-SNAPSHOT, and 3.1.1-SNAPSHOT support
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowe committed Mar 1, 2021
1 parent 1ccc481 commit 4d918dc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ import com.nvidia.spark.rapids.{SparkShims, SparkShimVersion}

object SparkShimServiceProvider {
// keep 3.1.0 snapshot version for now until 3.1.1 is released
val VERSION310 = SparkShimVersion(3, 1, 0)
val VERSION = SparkShimVersion(3, 1, 1)
val VERSIONNAMES = Seq(s"$VERSION310-SNAPSHOT", s"$VERSION", s"$VERSION-SNAPSHOT")
val VERSIONNAMES = Seq(s"$VERSION")
}

class SparkShimServiceProvider extends com.nvidia.spark.rapids.SparkShimServiceProvider {
Expand Down

0 comments on commit 4d918dc

Please sign in to comment.