[iceberg] Bump Iceberg version to 1.10.1#2415
Merged
Merged
Conversation
Contributor
Author
|
@MehulBatra could you review this one please? |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Apache Iceberg from version 1.10.0 to 1.10.1 across the Fluss project.
Changes:
- Updated the Iceberg version property in the root POM file
- Updated documentation references to point to Iceberg 1.10.1 documentation and compatibility notes
- Updated bundled dependency versions in the NOTICE file
- Updated Docker quickstart script to download Iceberg 1.10.1 artifacts
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pom.xml | Updated iceberg.version property from 1.10.0 to 1.10.1 |
| website/docs/streaming-lakehouse/integrate-data-lakes/iceberg.md | Updated documentation links and version references to 1.10.1 |
| fluss-lake/fluss-lake-iceberg/src/main/resources/META-INF/NOTICE | Updated bundled Iceberg dependency versions to 1.10.1 |
| docker/quickstart-flink/prepare_build.sh | Updated download URLs and JAR names for Iceberg 1.10.1 artifacts |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
|
Hi @nastra , did you get a chance to validate the Docker quickstart with Iceberg 1.10.1, specifically checking that the tiering service starts correctly and Flink SQL reads continue to work without issues? |
MehulBatra
approved these changes
Jan 24, 2026
Contributor
|
Just please validate before merging, if not done yet. |
Contributor
|
@nastra @MehulBatra Thanks all. I already verified it. Will merge it.. |
luoyuxia
approved these changes
Feb 5, 2026
Ugbot
pushed a commit
to Ugbot/fluss
that referenced
this pull request
Apr 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This bumps Apache Iceberg from 1.10.0 to 1.10.1. Here's the list of changes: https://github.com/apache/iceberg/releases/tag/apache-iceberg-1.10.1
Linked issue: close #xxx
Brief change log
Tests
API and Format
Documentation