Skip to content

Commit

Permalink
ORC-1743: Upgrade Spark to 4.0.0-preview1
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-preview1.

### Why are the changes needed?

### How was this patch tested?
GA

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

Closes #1909 from cxzl25/support_spark_4.

Authored-by: sychen <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
cxzl25 authored and dongjoon-hyun committed Jul 12, 2024
1 parent dc7afc6 commit bcb25fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/bench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
<orc.version>${project.version}</orc.version>
<parquet.version>1.13.1</parquet.version>
<scala.binary.version>2.13</scala.binary.version>
<scala.version>2.13.8</scala.version>
<spark.version>3.5.1</spark.version>
<scala.version>2.13.14</scala.version>
<spark.version>4.0.0-preview1</spark.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit bcb25fa

Please sign in to comment.