Skip to content

Commit

Permalink
[FSTORE-1628] Update deequ for spark 3.5 support (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
bubriks authored Dec 3, 2024
1 parent 78d7dc1 commit 99bbaf5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 11 additions & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<lombok.version>1.18.10</lombok.version>
<fasterxml.jackson.databind.version>2.10.0</fasterxml.jackson.databind.version>
<deequ.version>1.1.0.6-SNAPSHOT</deequ.version>
<spark.version>3.1.1.3</spark.version>
<hudi.version>0.12.3.2</hudi.version>
<awssdk.version>2.10.40</awssdk.version>
<scala.version>2.12.10</scala.version>
Expand Down Expand Up @@ -282,6 +283,16 @@
<artifact.spark.version>spark3.3</artifact.spark.version>
</properties>
</profile>
<profile>
<id>spark-3.5</id>
<properties>
<spark.version>3.5.3</spark.version>
<deequ.version>2.0.7-spark-3.5</deequ.version>
<artifact.spark.version>spark3.5</artifact.spark.version>
<fasterxml.jackson.databind.version>2.15.2</fasterxml.jackson.databind.version>
<avro.version>1.11.2</avro.version>
</properties>
</profile>
</profiles>

<repositories>
Expand Down
4 changes: 0 additions & 4 deletions java/spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@

<artifactId>hsfs-spark-${artifact.spark.version}</artifactId>

<properties>
<spark.version>3.1.1.3</spark.version>
</properties>

<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit 99bbaf5

Please sign in to comment.