This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/gradle/nessie-0.105.0
in repository https://gitbox.apache.org/repos/asf/iceberg.git


 discard a994592a82 Build: Bump nessie from 0.104.5 to 0.105.0
     add bd15ba551f Build: Bump com.azure:azure-sdk-bom from 1.2.37 to 1.2.38 
(#14010)
     add b9014648db Build: Bump com.google.cloud:libraries-bom from 26.66.0 to 
26.67.0 (#13952)
     add 485c2651e8 Build: Bump software.amazon.awssdk:bom from 2.33.0 to 
2.33.4 (#14009)
     add c8541db1c9 Bump Spark version to 4.0.1 (#14019)
     add f0a030a7cf Site: Bump up mkdocs-monorepo-plugin to 1.1.2 (#14015)
     add 76f21d8ac7 [docs] Move third-party integrations to root level of 
left-hand nav, add more catalogs (#13753)
     add 9ea3b136c2 Core: Extended header support for RESTClient 
implementations (#12194)
     add f35e88da47 Revert "Site: Bump up mkdocs-monorepo-plugin to 1.1.2 
(#14015)" (#14022)
     add 300532cd3b Build: Bump 
org.openapitools:openapi-generator-gradle-plugin (#14011)
     add bc56756f65 Spark 4.0: Add Support for PartitionStatistics Files in 
RewriteTablePath. (#13956)
     add 4f48b51666 docs: flink: Fix updated link (#14024)
     add 8871bbcf4f Build: Add Docs Build CI (#14025)
     add d731489b43 Spark 3.5: Support Trigger AvailableNow in Structured 
Streaming (#13824)
     add ea2071568d Test: Avoid running redundant tests (#14036)
     add 24ca356fb4 Spark 4.0, 3.4: Backport #13824 to Support Trigger 
AvailableNow in SS (#14026)
     add 720ef99720 Remove BladePipe due to broken links (#14033)
     add a5f6f449b3 Flink: Fix flaky tests for Iceberg sink and improve assert 
description (#14044)
     add d1771207c9 Flink: Backport fix flaky tests for Iceberg sink (#14050)
     add 46ab802cdc Core: Rename `resp` to `response` in RESTCatalogAdapter 
(#14051)
     add 3448ca228b Site, Build: finalize 1.10.0 release with notes and update 
revapi and links (#13996)
     add cced19af0f Compulsorily close coordinator if task is stopped by the 
connect framework. (#13756)
     add 4e154bd4ef Docs: Fix style of row-level deletes in spec
     add 7a62efe3e3 docs: Add link to BladePipe (#14047)
     add b5ca14757f Site: fix up 1.10.0 release notes (#14055)
     add 38b5d7a820 Docs: Remove extra `\` in Kafka Connect Configuration docs 
(#13240)
     add 723d0998d6 Docs: Update supported Flink versions (#13611)
     add 05cd8b52e7 fix: Make TableMetadataV3ValidMinimal actually v3 (#14061)
     add f084616edd Build: Bump io.netty:netty-buffer from 4.2.5.Final to 
4.2.6.Final (#14075)
     add eec587d7a6 Build: Bump nessie from 0.104.5 to 0.105.0

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   (a994592a82)
            \
             N -- N -- N   refs/heads/dependabot/gradle/nessie-0.105.0 
(eec587d7a6)

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/ISSUE_TEMPLATE/iceberg_bug_report.yml      |   3 +-
 .github/workflows/delta-conversion-ci.yml          |   1 +
 .github/workflows/{site-ci.yml => docs-ci.yml}     |  18 +-
 .github/workflows/flink-ci.yml                     |   1 +
 .github/workflows/hive-ci.yml                      |   1 +
 .github/workflows/java-ci.yml                      |   1 +
 .github/workflows/kafka-connect-ci.yml             |   1 +
 .github/workflows/spark-ci.yml                     |   1 +
 build.gradle                                       |   4 +-
 .../org/apache/iceberg/RewriteTablePathUtil.java   |  29 ++-
 .../org/apache/iceberg/rest/BaseHTTPClient.java    |  12 ++
 .../rest/{PlanStatus.java => ETagProvider.java}    |  31 +---
 .../java/org/apache/iceberg/rest/RESTClient.java   |  24 +++
 .../apache/iceberg/DeleteFileIndexTestBase.java    |   2 +
 .../apache/iceberg/rest/RESTCatalogAdapter.java    |  55 ++++--
 .../apache/iceberg/rest/RESTCatalogServlet.java    |  15 +-
 ...ScanTasksRequest.java => TestETagProvider.java} |  34 ++--
 .../org/apache/iceberg/rest/TestHTTPClient.java    |   5 +-
 .../org/apache/iceberg/rest/TestRESTCatalog.java   | 149 ++++++++++++++-
 .../apache/iceberg/rest/TestRESTViewCatalog.java   |   9 +-
 .../TestRESTViewCatalogWithAssumedViewSupport.java |   9 +-
 .../resources/TableMetadataV3ValidMinimal.json     |   3 +-
 doap.rdf                                           |   6 +-
 docs/docs/bladepipe.md                             | 119 ------------
 docs/docs/flink.md                                 |   2 +-
 docs/docs/kafka-connect.md                         |   8 +-
 docs/mkdocs.yml                                    |  33 +---
 .../org/apache/iceberg/flink/SimpleDataUtil.java   |   6 +-
 .../flink/sink/TestFlinkIcebergSinkExtended.java   |   4 +-
 .../apache/iceberg/flink/sink/TestIcebergSink.java |   4 +-
 .../org/apache/iceberg/flink/SimpleDataUtil.java   |   6 +-
 .../flink/sink/TestFlinkIcebergSinkExtended.java   |   4 +-
 .../apache/iceberg/flink/sink/TestIcebergSink.java |   4 +-
 .../org/apache/iceberg/flink/SimpleDataUtil.java   |   6 +-
 .../flink/sink/TestFlinkIcebergSinkExtended.java   |   4 +-
 .../apache/iceberg/flink/sink/TestIcebergSink.java |   4 +-
 format/spec.md                                     |   8 +-
 gradle/libs.versions.toml                          |  10 +-
 .../apache/iceberg/connect/IcebergSinkTask.java    |   3 +-
 .../iceberg/connect/channel/CommitterImpl.java     |  33 +++-
 .../iceberg/connect/channel/Coordinator.java       |  14 +-
 .../iceberg/connect/channel/CoordinatorThread.java |   1 +
 .../iceberg/rest/RESTServerCatalogAdapter.java     |   9 +-
 {docs/docs => site/docs/integrations}/amoro.md     |   0
 {docs/docs => site/docs/integrations}/daft.md      |   0
 .../docs => site/docs/integrations}/risingwave.md  |   0
 site/docs/multi-engine-support.md                  |   3 +-
 site/docs/releases.md                              | 138 +++++++++++++-
 site/mkdocs.yml                                    |  17 +-
 site/nav.yml                                       |  39 +++-
 .../spark/source/SparkMicroBatchStream.java        |  25 ++-
 .../spark/source/TestStructuredStreamingRead3.java | 148 +++++++++++++++
 .../spark/source/SparkMicroBatchStream.java        |  25 ++-
 .../spark/source/TestStructuredStreamingRead3.java | 148 +++++++++++++++
 .../spark/actions/RewriteTablePathSparkAction.java |  30 ++-
 .../spark/source/SparkMicroBatchStream.java        |  25 ++-
 .../spark/actions/TestRewriteTablePathsAction.java | 202 ++++++++++++++-------
 .../spark/source/TestStructuredStreamingRead3.java | 149 +++++++++++++++
 58 files changed, 1265 insertions(+), 380 deletions(-)
 copy .github/workflows/{site-ci.yml => docs-ci.yml} (78%)
 copy core/src/main/java/org/apache/iceberg/rest/{PlanStatus.java => 
ETagProvider.java} (59%)
 copy 
core/src/test/java/org/apache/iceberg/rest/{requests/TestFetchScanTasksRequest.java
 => TestETagProvider.java} (55%)
 delete mode 100644 docs/docs/bladepipe.md
 rename {docs/docs => site/docs/integrations}/amoro.md (100%)
 rename {docs/docs => site/docs/integrations}/daft.md (100%)
 rename {docs/docs => site/docs/integrations}/risingwave.md (100%)

Reply via email to