-
Notifications
You must be signed in to change notification settings - Fork 90
chore: bump org.apache.iceberg:iceberg-bom from 1.9.2 to 1.10.0 #7176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: bump org.apache.iceberg:iceberg-bom from 1.9.2 to 1.10.0 #7176
Conversation
No docs changes detected for 9d09991 |
| // 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needed for new KMS related properties added in apache/iceberg#13136
| } | ||
| } | ||
|
|
||
| @Test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apache/iceberg#12887 has been released.
| .add("PositionDeleteFileCount", int.class, PartitionStats::positionDeleteFileCount) | ||
| .add("EqualityDeleteRecordCount", long.class, PartitionStats::equalityDeleteRecordCount) | ||
| .add("EqualityDeleteFileCount", int.class, PartitionStats::equalityDeleteFileCount) | ||
| .add("TotalRecordCount", long.class, PartitionStats::totalRecordCount) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apache/iceberg#13134 has been released.
| 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apache/iceberg#13134 has been released.
devinrsmith
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Make sure nightlies pass before merging.
https://github.com/apache/iceberg/releases/tag/apache-iceberg-1.10.0