Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Feb 13, 2025
1 parent 117135b commit 0262a33
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1930,7 +1930,10 @@
</activation>
<properties>
<java.version>8</java.version>
<!-- May have compatible issue with Spark 3.5.4, see Iceberg #11731 -->
<!--
Iceberg drops support for Java 8 since 1.7.0.
And it may have compatible issue with Spark 3.5.4, see Iceberg #11731
-->
<iceberg.version>1.6.1</iceberg.version>
</properties>
</profile>
Expand Down Expand Up @@ -2010,8 +2013,11 @@
<spark.binary.version>3.3</spark.binary.version>
<delta.version>2.3.0</delta.version>
<delta.artifact>delta-core_${scala.binary.version}</delta.artifact>
<!-- Iceberg drops support for Spark 3.3 since 1.8.0 -->
<iceberg.version>1.7.1</iceberg.version>
<!--
Iceberg drops support for Java 8 since 1.7.0, and drops support for Spark 3.3 since 1.8.0,
here we choose 1.6.1 to ensure that tests happy when activate both -Pjava-8 and -Pspark-3.3.
-->
<iceberg.version>1.6.1</iceberg.version>
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow</maven.plugin.scalatest.exclude.tags>
</properties>
</profile>
Expand Down

0 comments on commit 0262a33

Please sign in to comment.