This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/gradle/com.google.errorprone-error_prone_annotations-2.32.0
in repository https://gitbox.apache.org/repos/asf/iceberg.git
discard 2bb5a01607 Build: Bump com.google.errorprone:error_prone_annotations
add 5ce7c3091b Flink: Increase the number of checkpoints from 4 to 6 to
fix flakiness. (#11121)
add d5b21d82e3 Spark 3.4: Add utility to load table state reliably (#11115)
add 06ed235f97 Build: switch to slf4j-simple 2.x for test implementation
dependency because avro 1.12.0 brings in slf4j-api dependency to 2.x (#11001)
add f71c7dfb0f Core: Update metadata location without updating
lastUpdatedMillis (#11151)
add 40ffcb9ad4 Kafka Connect: separate CI workflow (#11075)
add bbeadea75e Core: Move internal struct projection to
SupportsIndexProjection (#11132)
add e3088bc098 Core: Add explicit JSON parser for LoadTableResponse
(#11148)
add ffa13b12eb Build: Add .java-version to gitignore (#11167)
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 4f3c2d21c2 Build: Bump com.google.errorprone:error_prone_annotations
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 (2bb5a01607)
\
N -- N -- N
refs/heads/dependabot/gradle/com.google.errorprone-error_prone_annotations-2.32.0
(4f3c2d21c2)
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:
.github/workflows/delta-conversion-ci.yml | 6 +-
.github/workflows/flink-ci.yml | 4 +-
.github/workflows/hive-ci.yml | 6 +-
.github/workflows/java-ci.yml | 3 +-
.../{flink-ci.yml => kafka-connect-ci.yml} | 15 +-
.github/workflows/publish-snapshot.yml | 2 +-
.github/workflows/spark-ci.yml | 4 +-
.gitignore | 3 +
.../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 +++---
.../src/main/java/org/apache/iceberg/BaseFile.java | 98 +++++-----
.../main/java/org/apache/iceberg/BaseRowDelta.java | 6 +
.../java/org/apache/iceberg/GenericDataFile.java | 5 +
.../java/org/apache/iceberg/GenericDeleteFile.java | 5 +
.../org/apache/iceberg/GenericManifestEntry.java | 5 +-
.../org/apache/iceberg/GenericManifestFile.java | 65 +++----
.../java/org/apache/iceberg/ManifestWriter.java | 3 +-
.../java/org/apache/iceberg/TableMetadata.java | 9 +
.../iceberg/avro/SupportsIndexProjection.java | 85 +++++++++
.../org/apache/iceberg/rest/RESTSerializers.java | 23 ++-
.../iceberg/rest/responses/LoadTableResponse.java | 8 +-
...nseParser.java => LoadTableResponseParser.java} | 49 ++---
.../src/test/java/org/apache/iceberg/TestBase.java | 20 +-
.../test/java/org/apache/iceberg/TestRowDelta.java | 147 +++++++++++++++
.../java/org/apache/iceberg/TestTableMetadata.java | 34 ++++
.../responses/TestLoadTableResponseParser.java | 203 ++++++++++++++++++++
dev/stage-binaries.sh | 3 +-
docs/docs/aws.md | 6 +
docs/docs/branching.md | 10 +-
docs/docs/partitioning.md | 2 +-
docs/mkdocs.yml | 2 +
...FlinkIcebergSinkRangeDistributionBucketing.java | 2 +-
...FlinkIcebergSinkRangeDistributionBucketing.java | 2 +-
format/spec.md | 2 +-
gradle.properties | 2 +
gradle/libs.versions.toml | 16 +-
kafka-connect/build.gradle | 2 +-
.../iceberg/connect/IntegrationTestBase.java | 18 +-
.../org/apache/iceberg/connect/TestContext.java | 12 +-
settings.gradle | 34 ++--
.../TestRollbackToTimestampProcedure.java | 35 ++++
.../TestRollbackToTimestampProcedure.java | 35 ++++
.../org/apache/iceberg/spark/SparkTableUtil.java | 19 +-
.../iceberg/spark/actions/NDVSketchUtil.java | 12 +-
.../spark/actions/TestComputeTableStatsAction.java | 14 ++
.../TestRollbackToTimestampProcedure.java | 35 ++++
53 files changed, 1301 insertions(+), 302 deletions(-)
copy .github/workflows/{flink-ci.yml => kafka-connect-ci.yml} (86%)
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%)
create mode 100644
core/src/main/java/org/apache/iceberg/avro/SupportsIndexProjection.java
copy
core/src/main/java/org/apache/iceberg/rest/responses/{LoadViewResponseParser.java
=> LoadTableResponseParser.java} (55%)
create mode 100644
core/src/test/java/org/apache/iceberg/rest/responses/TestLoadTableResponseParser.java