Skip to content

Commit 3a16bb6

Browse files
committed
ORC-2037: Upgrade Spark to 4.1.0 and Scala to 2.13.17
### What changes were proposed in this pull request? This PR aims to upgrade Spark to 4.1.0 and Scala to 2.13.17 . ### Why are the changes needed? Apache Spark 4.1.0 is released officially. - https://github.com/apache/spark/releases/tag/v4.1.0 - https://spark.apache.org/docs/4.1.0/ ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2463 from dongjoon-hyun/ORC-2037. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 80b17fd) Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 4c6af60 commit 3a16bb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/bench/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<orc.version>${project.version}</orc.version>
4141
<parquet.version>1.16.0</parquet.version>
4242
<scala.binary.version>2.13</scala.binary.version>
43-
<scala.version>2.13.16</scala.version>
44-
<spark.version>4.0.1</spark.version>
43+
<scala.version>2.13.17</scala.version>
44+
<spark.version>4.1.0</spark.version>
4545
</properties>
4646

4747
<dependencyManagement>

0 commit comments

Comments
 (0)