Bump: Iceberg client in tests and documentation to 1.10#2588
Merged
dimas-b merged 1 commit intoapache:mainfrom Sep 18, 2025
Merged
Bump: Iceberg client in tests and documentation to 1.10#2588dimas-b merged 1 commit intoapache:mainfrom
dimas-b merged 1 commit intoapache:mainfrom
Conversation
dimas-b
reviewed
Sep 16, 2025
| command: [ | ||
| /opt/spark/bin/spark-sql, | ||
| --packages, "org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.9.1,org.apache.iceberg:iceberg-aws-bundle:1.9.1,org.apache.iceberg:iceberg-gcp-bundle:1.9.1,org.apache.iceberg:iceberg-azure-bundle:1.9.1", | ||
| --packages, "org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.10.0,org.apache.iceberg:iceberg-aws-bundle:1.10.0,org.apache.iceberg:iceberg-gcp-bundle:1.10.0,org.apache.iceberg:iceberg-azure-bundle:1.10.0", |
Contributor
There was a problem hiding this comment.
just to make sure :) Did you have a chance to validate getting started examples with Iceberg 1.10? :) I assume regtests are covered by CI.
Contributor
Author
There was a problem hiding this comment.
yes ! i did, it works :) !
dimas-b
approved these changes
Sep 18, 2025
Contributor
dimas-b
left a comment
There was a problem hiding this comment.
Thanks for taking care of this, @singhpk234 !
snazy
added a commit
to snazy/polaris
that referenced
this pull request
Nov 20, 2025
* docs(README): Create Polaris-Core README (apache#2585) * docs(README): Create Polaris-Core README * Add Events for Iceberg REST APIs (apache#2480) * Update dependency com.google.guava:guava to v33.5.0-jre (apache#2601) * Bump: Iceberg client in tests and documentation to 1.10 (apache#2588) * Add client build to Gradle (apache#2590) * Add client build to Gradle * Add overwrite option for python build * Match client build behavior * Add content to contributing guidelines. (apache#2536) Add community guidelines. * CI/Caching: Fix Gradle cache retention (apache#2604) Older versions of Gradle's setup-gradle action did not actively trigger stale cache entry cleanup, which is why there was a separate step "Trigger Gradle home cleanup" in `gradle.yml`. Nowadays, that action triggers a "noop build" to explicitly trigger stale cache entry cleanup, but uses somewhat different defaults than [described here](https://docs.gradle.org/current/userguide/directory_layout.html#dir:gradle_user_home:configure_cache_cleanup). This change adds an explicit configuration for Gradle cache cleanup/retention with reasonable values considering the total 10GB limit for all GitHub caches per repository. The change described above lead to a behavioral change, which evicts all non-accessed cache entries within the current GH workflow job, which effectively evicted all cache entries from dependent jobs - in other words: the (build) cache was nearly empty, leading to full rebuilds. This behavior could be observed in the output of the "Post Collect partial Gradle build caches"-step in the log message "Build cache (/home/runner/.gradle/caches/build-cache-1) removing files not accessed on or after ..." showing the timestamp when the setup-gradle action was started. * Last merged commit d8602f6 --------- Co-authored-by: Adam Christian <[email protected]> Co-authored-by: Adnan Hemani <[email protected]> Co-authored-by: Mend Renovate <[email protected]> Co-authored-by: Prashant Singh <[email protected]> Co-authored-by: Yong Zheng <[email protected]> Co-authored-by: JB Onofré <[email protected]>
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.
About the change
Bump the iceberg clients in tests and documentaiton to 1.10
Address feedback #2586 (comment)