Skip to content

Commit

Permalink
[jvm-packagaes] Freeze spark to 3.4.1 for now. (#10253)
Browse files Browse the repository at this point in the history
The newer spark version for CPU conflicts with the more conservative version used by
rapids.
  • Loading branch information
trivialfis committed May 7, 2024
1 parent 73afef1 commit 8237920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jvm-packages/pom.xml
Expand Up @@ -35,7 +35,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<flink.version>1.19.0</flink.version>
<junit.version>4.13.2</junit.version>
<spark.version>3.5.1</spark.version>
<spark.version>3.4.1</spark.version>
<spark.version.gpu>3.4.1</spark.version.gpu>
<scala.version>2.12.18</scala.version>
<scala.binary.version>2.12</scala.binary.version>
Expand Down

0 comments on commit 8237920

Please sign in to comment.