This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/gradle/org.apache.datasketches-datasketches-java-6.1.0
in repository https://gitbox.apache.org/repos/asf/iceberg.git
discard 236295e0ce Build: Bump org.apache.datasketches:datasketches-java
add e5d9a1594b Docs: Clarify Partition Transform (#8337)
add 82cedbbb19 API, Core: Enable removing rewritten delete files in
RowDelta (#11166)
add 79fd977f67 Docs: `field_id` in name serialisation spec should read
`field-id` (#11135)
add 60f61c3dd0 AWS: Bump AWS SDK to version 2.28.5 (#11170)
add d4af40c9bc Build: Bump org.xerial.snappy:snappy-java from 1.1.10.6 to
1.1.10.7 (#11140)
add b2b65df4c6 Spark 3.3, 3.4, 3.5: Supplement test case for
`RollbackToTimestampProcedure` (#11171)
add 4482565d0e Docs: Uppercase SQL keywords in branching docs (#11172)
add b92ed13d6f Build: Bump org.apache.httpcomponents.client5:httpclient5
(#11186)
add 5ed9307918 Build: Bump tez010 from 0.10.3 to 0.10.4 (#11183)
add fc6271ca24 Build: Bump nessie from 0.95.0 to 0.97.1 (#11184)
add ddfe503de7 Build: Bump com.google.cloud:libraries-bom from 26.44.0 to
26.47.0 (#11185)
add 5a2c1c9c8d Build: Bump org.roaringbitmap:RoaringBitmap from 1.2.1 to
1.3.0 (#11187)
add 257bad29d7 API: Deprecate ContentFile#path API and add location API
which returns String (#11092)
add 72fd9ab9f4 Docs: Document AWS Redshift and Amazon Data Firehose
support (#11192)
add c0d73f4ef5 API, AWS: Retry S3InputStream reads (#10433)
add dd892a1df4 Build: Bump org.apache.datasketches:datasketches-java
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (236295e0ce)
\
N -- N -- N
refs/heads/dependabot/gradle/org.apache.datasketches-datasketches-java-6.1.0
(dd892a1df4)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../main/java/org/apache/iceberg/ContentFile.java | 12 +-
api/src/main/java/org/apache/iceberg/RowDelta.java | 11 ++
aws-bundle/LICENSE | 72 +++----
aws-bundle/NOTICE | 76 ++++----
.../org/apache/iceberg/aws/s3/S3InputStream.java | 71 +++++--
.../iceberg/aws/s3/TestFlakyS3InputStream.java | 206 +++++++++++++++++++++
.../apache/iceberg/aws/s3/TestS3InputStream.java | 24 ++-
build.gradle | 2 +
...hmark.java => ReplaceDeleteFilesBenchmark.java} | 58 +++---
.../main/java/org/apache/iceberg/BaseRowDelta.java | 6 +
.../test/java/org/apache/iceberg/TestRowDelta.java | 147 +++++++++++++++
docs/docs/aws.md | 6 +
docs/docs/branching.md | 10 +-
docs/docs/partitioning.md | 2 +-
docs/mkdocs.yml | 2 +
format/spec.md | 2 +-
gradle/libs.versions.toml | 14 +-
kafka-connect/build.gradle | 2 +-
.../TestRollbackToTimestampProcedure.java | 35 ++++
.../TestRollbackToTimestampProcedure.java | 35 ++++
.../TestRollbackToTimestampProcedure.java | 35 ++++
21 files changed, 691 insertions(+), 137 deletions(-)
create mode 100644
aws/src/test/java/org/apache/iceberg/aws/s3/TestFlakyS3InputStream.java
copy core/src/jmh/java/org/apache/iceberg/{AppendBenchmark.java =>
ReplaceDeleteFilesBenchmark.java} (69%)