Skip to content

Commit ddc3a83

Browse files
committed
ORC-1792: Upgrade Spark to 3.5.3
### What changes were proposed in this pull request? This PR aims to upgrade Apache Spark dependency to 3.5.3 in `branch-1.9` bench module. ### Why are the changes needed? To run the benchmark with the latest Spark 3.5.3. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2056 from dongjoon-hyun/ORC-1792. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 71e3407 commit ddc3a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/bench/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<junit.version>5.9.3</junit.version>
4141
<orc.version>${project.version}</orc.version>
4242
<parquet.version>1.13.1</parquet.version>
43-
<spark.version>3.5.0</spark.version>
43+
<spark.version>3.5.3</spark.version>
4444
</properties>
4545

4646
<dependencyManagement>

0 commit comments

Comments
 (0)