chore: bump org.apache.iceberg:iceberg-bom from 1.9.2 to 1.10.0#7176
Merged
malhotrashivam merged 3 commits intoSep 11, 2025
Merged
Conversation
Contributor
No docs changes detected for 9d09991 |
malhotrashivam
commented
Sep 11, 2025
| // actually calls it?), but we need to be able to compile against it to implement AwsClientFactory | ||
| compileOnly libs.awssdk.kms | ||
| // Needed for AwsClientFactory | ||
| implementation libs.awssdk.kms |
Contributor
Author
There was a problem hiding this comment.
Needed for new KMS related properties added in apache/iceberg#13136
malhotrashivam
commented
Sep 11, 2025
| } | ||
| } | ||
|
|
||
| @Test |
malhotrashivam
commented
Sep 11, 2025
| .add("PositionDeleteFileCount", int.class, PartitionStats::positionDeleteFileCount) | ||
| .add("EqualityDeleteRecordCount", long.class, PartitionStats::equalityDeleteRecordCount) | ||
| .add("EqualityDeleteFileCount", int.class, PartitionStats::equalityDeleteFileCount) | ||
| .add("TotalRecordCount", long.class, PartitionStats::totalRecordCount) |
Contributor
Author
There was a problem hiding this comment.
malhotrashivam
commented
Sep 11, 2025
| awssdk-netty-nio = { module = "software.amazon.awssdk:netty-nio-client" } | ||
|
|
||
| # TODO (DH-19508) : Remove this dependency when https://github.com/apache/iceberg/issues/13133 fix is released | ||
| analyticsaccelerator-s3 = { module = "software.amazon.s3.analyticsaccelerator:analyticsaccelerator-s3", version.ref = "analyticsaccelerator" } |
malhotrashivam
commented
Sep 11, 2025
| testImplementation TestTools.projectDependency(project, 'extensions-s3') | ||
| testImplementation TestTools.projectDependency(project, 'extensions-iceberg') | ||
|
|
||
| // TODO (DH-19508) : Remove this dependency when https://github.com/apache/iceberg/issues/13133 fix is released |
devinrsmith
approved these changes
Sep 11, 2025
Member
devinrsmith
left a comment
There was a problem hiding this comment.
LGTM. Make sure nightlies pass before merging.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
https://github.com/apache/iceberg/releases/tag/apache-iceberg-1.10.0