Skip to content

Commit

Permalink
ORC-1778: Upgrade Spark to 4.0.0-preview2
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
This PR aims to upgrade the benchmark module to use Spark 4.0.0-preview2.

### Why are the changes needed?

### How was this patch tested?
GA

### Was this patch authored or co-authored using generative AI tooling?
No

Closes apache#2033 from cxzl25/ORC-1778.

Authored-by: sychen <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
cxzl25 authored and dongjoon-hyun committed Sep 23, 2024
1 parent 2fedfc5 commit 54ca511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/bench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<parquet.version>1.14.2</parquet.version>
<scala.binary.version>2.13</scala.binary.version>
<scala.version>2.13.14</scala.version>
<spark.version>4.0.0-preview1</spark.version>
<spark.version>4.0.0-preview2</spark.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 54ca511

Please sign in to comment.