Skip to content

Commit

Permalink
[KYUUBI #6179] Bump iceberg from 1.4.3 to 1.5.0
Browse files Browse the repository at this point in the history
# 🔍 Description
## Issue References 🔗

This pull request fixes #

## Describe Your Solution 🔧

Iceberg 1.5.0 has been released: https://github.com/apache/iceberg/releases/tag/apache-iceberg-1.5.0

## Types of changes 🔖

- [ ] Bugfix (non-breaking change which fixes an issue)
- [X] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Test Plan 🧪

#### Behavior Without This Pull Request ⚰️

#### Behavior With This Pull Request 🎉

#### Related Unit Tests

---

# Checklist 📝

- [X] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)

**Be nice. Be informative.**

Closes #6179 from wForget/bump_iceberg.

Closes #6179

2e6cc15 [wforget] comment
3fc6e11 [wforget] Bump iceberg from 1.4.3 to 1.5.0

Authored-by: wforget <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
  • Loading branch information
wForget authored and pan3793 committed Mar 13, 2024
1 parent 1950ec6 commit c1239f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<httpcore.version>4.4.16</httpcore.version>
<hudi.version>0.14.0</hudi.version>
<hudi.spark.binary.version>${spark.binary.version}</hudi.spark.binary.version>
<iceberg.version>1.4.3</iceberg.version>
<iceberg.version>1.5.0</iceberg.version>
<jackson.version>2.15.4</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 @@ -2195,6 +2195,8 @@
<spark.binary.version>3.2</spark.binary.version>
<delta.artifact>delta-core</delta.artifact>
<delta.version>2.0.2</delta.version>
<!-- Iceberg 1.5.0 removed support for Spark 3.2. apache/iceberg#9295 -->
<iceberg.version>1.4.3</iceberg.version>
<spark.archive.name>spark-${spark.version}-bin-hadoop3.2${spark.archive.scala.suffix}.tgz</spark.archive.name>
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow</maven.plugin.scalatest.exclude.tags>
</properties>
Expand Down

0 comments on commit c1239f2

Please sign in to comment.