This is an automated email from the ASF dual-hosted git repository.
amoghj pushed a change to branch wip-s3sign-body
in repository https://gitbox.apache.org/repos/asf/iceberg.git
discard b48b0fb13a AWS: Update S3V4RestSignerClient to send body for
DeleteObjects requests
omit a563f9fe0f AWS: Update S3 signer spec to allow an optional string body
in S3SignRequest.
add 767828d6d0 Build: Bump mkdocstrings-python from 1.3.0 to 1.4.0 in
/python (#8358)
add ecc02dfb01 Build: Bump sqlalchemy from 2.0.19 to 2.0.20 in /python
(#8357)
add fcd3576adc Build: Bump click from 8.1.6 to 8.1.7 in /python (#8355)
add e629470c82 Build: Bump pydantic from 2.1.1 to 2.2.1 in /python (#8354)
add 5f3d495e7f Build: Bump griffe from 0.32.3 to 0.33.0 in /python (#8356)
add 0850cb9e99 Docs: Add docs for Metrics Reporting (#8345)
add 05c995b95d Build: Bump mockserver from 5.13.2 to 5.15.0 (#8351)
add 8078226c07 Build: Bump org.xerial:sqlite-jdbc from 3.41.0.0 to
3.42.0.0 (#8350)
add 836743415b Build: Fix shading of Apache HTTP and Google libraries in
runtimes (#8349)
add 1a2e334ca8 AWS, Dell, GCP: Skip stack trace log for missing Hadoop
dependency (#8359)
add 7d6cf407d2 Python: Pin poetry to 1.5.1 (#8363)
add 0474236fdb AWS: Add FileIO tracker/closer to Glue catalog (#8315)
add 17d606eb26 Core: Optimize split offsets handling (#8336)
add 19637903e9 AWS: Update S3 signer spec to allow an optional string body
in S3SignRequest. (#8361)
add 87d2a92b6a Spark 3.4: Make backup table name configurable during
migration (#8227)
new b67a832973 AWS: Update S3V4RestSignerClient to send body for
DeleteObjects requests
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 (b48b0fb13a)
\
N -- N -- N refs/heads/wip-s3sign-body (b67a832973)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/python-ci.yml | 5 +-
.../org/apache/iceberg/actions/MigrateTable.java | 10 +
.../org/apache/iceberg/aws/glue/GlueCatalog.java | 61 ++--
.../java/org/apache/iceberg/aws/s3/S3FileIO.java | 12 +-
.../org/apache/iceberg/BaseContentScanTask.java | 29 +-
.../src/main/java/org/apache/iceberg/BaseFile.java | 13 +-
.../java/org/apache/iceberg/BaseFileScanTask.java | 5 +
.../iceberg/OffsetsAwareSplitScanTaskIterator.java | 40 +--
.../java/org/apache/iceberg/util/ArrayUtil.java | 20 ++
.../org/apache/iceberg/util/TestArrayUtil.java | 27 +-
.../org/apache/iceberg/dell/ecs/EcsFileIO.java | 8 +-
docs/configuration.md | 1 +
docs/metrics-reporting.md | 174 ++++++++++++
docs/spark-procedures.md | 1 +
flink/v1.15/build.gradle | 6 +-
flink/v1.16/build.gradle | 6 +-
flink/v1.17/build.gradle | 6 +-
.../java/org/apache/iceberg/gcp/gcs/GCSFileIO.java | 35 +--
gradle/libs.versions.toml | 4 +-
hive-runtime/build.gradle | 6 +-
python/Makefile | 7 +-
python/mkdocs/requirements.txt | 4 +-
python/poetry.lock | 309 +++++++++++----------
spark/v3.1/build.gradle | 6 +-
spark/v3.2/build.gradle | 6 +-
spark/v3.3/build.gradle | 6 +-
spark/v3.4/build.gradle | 3 +-
...chmark.java => TaskGroupPlanningBenchmark.java} | 255 ++++++++---------
.../extensions/TestMigrateTableProcedure.java | 20 ++
.../spark/actions/MigrateTableSparkAction.java | 8 +-
.../spark/procedures/MigrateTableProcedure.java | 14 +-
31 files changed, 708 insertions(+), 399 deletions(-)
copy
dell/src/test/java/org/apache/iceberg/dell/ecs/TestPropertiesSerDesUtil.java =>
core/src/test/java/org/apache/iceberg/util/TestArrayUtil.java (55%)
create mode 100644 docs/metrics-reporting.md
copy
spark/v3.4/spark-extensions/src/jmh/java/org/apache/iceberg/spark/{PlanningBenchmark.java
=> TaskGroupPlanningBenchmark.java} (73%)