This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/pip/sdks/python/container/ml/py312/xgrammar-0.1.32
in repository https://gitbox.apache.org/repos/asf/beam.git
discard 9ec43df5c4c Bump xgrammar from 0.1.21 to 0.1.32 in
/sdks/python/container/ml/py312
add d27dc82c568 [IcebergIO] Add ITs for RESTCatalog using BLMS (#35360)
add 5034e40fa0f [Dataflow Streaming] Remove nullness suppression of
StreamingDataflowWorker (#37797)
add d6759cf7dd6 [Dataflow Streaming] Add a pipeline option to skip input
elements that cannot be decoded successfully (#37762)
add 78b22bc11f2 Use p310_ml_test
add eccfdbc213a Merge pull request #37800 from apache/fix-python-ml-3-10
add 084c4da7314 Revert "fix(python): Register all output pcollections of a
transform rather t…" (#37801)
add 6c67a938edd Bump minimatch from 3.1.2 to 3.1.5 in /sdks/typescript
(#37729)
add 205fed74ed9 Bump xgrammar from 0.1.21 to 0.1.32 in
/sdks/python/container/ml/py312
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 (9ec43df5c4c)
\
N -- N -- N
refs/heads/dependabot/pip/sdks/python/container/ml/py312/xgrammar-0.1.32
(205fed74ed9)
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:
.../IO_Iceberg_Integration_Tests.json | 2 +-
.../options/DataflowStreamingPipelineOptions.java | 7 ++
.../beam/runners/dataflow/worker/PubsubReader.java | 42 ++++++---
.../dataflow/worker/StreamingDataflowWorker.java | 51 ++++++----
.../dataflow/worker/UngroupedWindmillReader.java | 41 +++++---
.../dataflow/worker/WindmillKeyedWorkItem.java | 105 ++++++++++++++-------
.../worker/WindmillReaderIteratorBase.java | 59 ++++++++----
.../beam/runners/dataflow/worker/WindmillSink.java | 12 ++-
.../dataflow/worker/WindowingWindmillReader.java | 55 +++++++----
.../worker/StreamingDataflowWorkerTest.java | 68 ++++++++++++-
.../dataflow/worker/WindmillKeyedWorkItemTest.java | 97 +++++++++++++++++++
.../worker/WindmillReaderIteratorBaseTest.java | 42 ++++++++-
.../beam/sdk/transforms/windowing/PaneInfo.java | 6 +-
sdks/java/io/iceberg/build.gradle | 1 +
.../io/iceberg/catalog/IcebergCatalogBaseIT.java | 28 ++++--
.../sdk/io/iceberg/catalog/RESTCatalogBLMSIT.java | 75 +++++++++++++++
sdks/python/apache_beam/pipeline.py | 5 +-
sdks/python/apache_beam/pipeline_test.py | 7 +-
sdks/python/setup.py | 3 +
sdks/python/tox.ini | 2 +-
sdks/typescript/package-lock.json | 71 +++++++-------
21 files changed, 589 insertions(+), 190 deletions(-)
create mode 100644
sdks/java/io/iceberg/src/test/java/org/apache/beam/sdk/io/iceberg/catalog/RESTCatalogBLMSIT.java