Skip to content

Commit

Permalink
fix iceberg version
Browse files Browse the repository at this point in the history
  • Loading branch information
wForget committed Oct 7, 2023
1 parent 54355ca commit 40f5b07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<hive.archive.download.skip>false</hive.archive.download.skip>
<httpclient.version>4.5.14</httpclient.version>
<httpcore.version>4.4.16</httpcore.version>
<iceberg.version>1.4.0</iceberg.version>
<iceberg.version>1.3.1</iceberg.version>
<jackson.version>2.15.0</jackson.version>
<jakarta.servlet-api.version>4.0.4</jakarta.servlet-api.version>
<jakarta.xml-bind.version>2.3.2</jakarta.xml-bind.version>
Expand Down Expand Up @@ -2246,6 +2246,7 @@
</modules>
<properties>
<delta.version>2.4.0</delta.version>
<iceberg.version>1.4.0</iceberg.version>
<spark.version>3.5.0</spark.version>
<spark.binary.version>3.5</spark.binary.version>
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.IcebergTest,org.apache.kyuubi.tags.PySparkTest</maven.plugin.scalatest.exclude.tags>
Expand Down

0 comments on commit 40f5b07

Please sign in to comment.