[#6719][#6337][#7413] feat(iceberg): upgrade Iceberg version to 1.9#7917
Merged
jerryshao merged 10 commits intoapache:mainfrom Aug 6, 2025
Merged
[#6719][#6337][#7413] feat(iceberg): upgrade Iceberg version to 1.9#7917jerryshao merged 10 commits intoapache:mainfrom
jerryshao merged 10 commits intoapache:mainfrom
Conversation
Contributor
Author
|
@jerryshao @jerqi PTAL, thx |
jerryshao
reviewed
Aug 5, 2025
gradle/libs.versions.toml
Outdated
| iceberg = '1.6.1' # used for Gravitino Iceberg catalog and Iceberg REST service | ||
| iceberg4spark = "1.4.1" # used for compile spark connector | ||
| iceberg = '1.9.2' # used for Gravitino Iceberg catalog and Iceberg REST service | ||
| iceberg4connector = "1.6.1" # used for compile spark connector |
Contributor
There was a problem hiding this comment.
It is not only used for Spark, right? I think you should change a word.
jerryshao
reviewed
Aug 5, 2025
|
|
||
| @ParameterizedTest | ||
| @ValueSource(strings = {"hello", "\\\n\t\\\'", "\u0024", "\100", "[_~", "default_catalog/"}) | ||
| @ValueSource(strings = {"hello", "\\\n\t\\\'", "\u0024", "\100", "[_~"}) |
Contributor
There was a problem hiding this comment.
Why do we do such change?
Contributor
Author
There was a problem hiding this comment.
default_catalog is the default catalog name if the user doesn't specify the catalog name in prefix. After this PR , we add ENDPOINTS to the config interface which represent the capacity of the underlying catalog backend. if user doesn't specifing the catalog name, we will response the catalog capacibilities from default_catalog and set prefix to the catalog name of default_catalog. so default_catalog is a valid catalog identifier.
jerryshao
approved these changes
Aug 6, 2025
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.
What changes were proposed in this pull request?
Why are the changes needed?
Fix: #6719 #6337 #7413
Does this PR introduce any user-facing change?
No
How was this patch tested?
compiled and check Iceberg version, test whether it works.