This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/go_modules/sdks/golang.org/x/net-0.46.0
in repository https://gitbox.apache.org/repos/asf/beam.git
discard ec1c6ca2c52 Bump golang.org/x/net from 0.45.0 to 0.46.0 in /sdks
add 893fc9a9b8f Update Go version to 1.25.2 (#36461)
add d4438b63e18 Enforce deterministic field order in Schema generated from
KafkaIO classes. (#36295)
add 590ece2cd8e Fix Python CoGBK Flink Batch config
add 62df216296a Merge pull request #36472 from apache/fix-flink-cogbk
add 227a6323ead Add logger helper functions from detectron2 (licensed as
Apache 2.0) (#36432)
add fb8058454c0 Refactor GBEK tests to split out secret setup for tests
that dont need it (#36479)
add bf4bf81922f Update CHANGES.md to show issue #36470 is fixed in 2.69.0
release. (#36477)
add a5846889716 [Dataflow Streaming] Change GrpcGetDataStream to backoff
requests that have been cancelled. (#36475)
add 6be76ae8542 [Dataflow Streaming] Enforce that get data requests for
the same work item are not batched. (#36474)
add 7735e7a3bd1 Bump google.golang.org/grpc from 1.75.1 to 1.76.0 in /sdks
(#36488)
add 2a77c59b82e Bump golang.org/x/text from 0.29.0 to 0.30.0 in /sdks
(#36487)
add 024b3c9fd21 Bump golang.org/x/net from 0.45.0 to 0.46.0 in /sdks
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 (ec1c6ca2c52)
\
N -- N -- N
refs/heads/dependabot/go_modules/sdks/golang.org/x/net-0.46.0 (024b3c9fd21)
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:
.../test-properties.json | 2 +-
.../actions/setup-environment-action/action.yml | 2 +-
.../arc/images/Dockerfile | 4 +-
.../beam_PostCommit_Java_PVR_Spark3_Streaming.json | 2 +-
.../beam_LoadTests_Python_CoGBK_Flink_Batch.yml | 17 +-
.../workflows/beam_Publish_Docker_Snapshots.yml | 2 +-
.github/workflows/build_release_candidate.yml | 2 +-
..._CoGBK_Dataflow_Flink_Batch_100b_Single_Key.txt | 28 ---
.../python_CoGBK_Dataflow_Flink_Batch_10kB.txt | 28 ---
...ython_CoGBK_Flink_Batch_100b_Multiple_Keys.txt} | 10 +-
...> python_CoGBK_Flink_Batch_100b_Single_Key.txt} | 17 +-
...out_1.txt => python_CoGBK_Flink_Batch_10kB.txt} | 17 +-
CHANGES.md | 10 +-
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +-
dev-support/docker/Dockerfile | 2 +-
.../cloudbuild/playground_ci_examples.sh | 2 +-
.../windmill/client/grpc/GrpcGetDataStream.java | 39 ++--
.../client/grpc/GrpcGetDataStreamRequests.java | 211 +++++++++++----------
.../client/grpc/GrpcGetDataStreamRequestsTest.java | 160 +++++++++++++++-
.../client/grpc/GrpcGetDataStreamTest.java | 51 +++++
sdks/go.mod | 8 +-
sdks/go.sum | 8 +-
sdks/go/run_with_go_version.sh | 2 +-
.../transforms/providers/ErrorHandling.java | 2 +
.../apache/beam/sdk/transforms/GroupByKeyTest.java | 106 ++++++-----
.../java/org/apache/beam/sdk/io/kafka/KafkaIO.java | 26 ++-
.../KafkaReadSchemaTransformConfiguration.java | 13 ++
.../beam/sdk/io/kafka/KafkaSourceDescriptor.java | 8 +
.../kafka/KafkaWriteSchemaTransformProvider.java | 9 +
.../org/apache/beam/sdk/io/kafka/KafkaIOTest.java | 59 ++++++
.../KafkaReadSchemaTransformProviderTest.java | 87 +++++++++
.../KafkaWriteSchemaTransformProviderTest.java | 66 +++++++
.../runners/portability/prism_runner.py | 14 +-
sdks/python/apache_beam/utils/logger.py | 137 +++++++++++++
sdks/python/apache_beam/utils/logger_test.py | 108 +++++++++++
35 files changed, 963 insertions(+), 298 deletions(-)
delete mode 100644
.github/workflows/load-tests-pipeline-options/python_CoGBK_Dataflow_Flink_Batch_100b_Single_Key.txt
delete mode 100644
.github/workflows/load-tests-pipeline-options/python_CoGBK_Dataflow_Flink_Batch_10kB.txt
rename
.github/workflows/load-tests-pipeline-options/{python_CoGBK_Dataflow_Flink_Batch_100b_Multiple_Keys.txt
=> python_CoGBK_Flink_Batch_100b_Multiple_Keys.txt} (74%)
copy
.github/workflows/load-tests-pipeline-options/{python_Combine_Flink_Streaming_small_Fanout_1.txt
=> python_CoGBK_Flink_Batch_100b_Single_Key.txt} (77%)
copy
.github/workflows/load-tests-pipeline-options/{python_Combine_Flink_Streaming_small_Fanout_1.txt
=> python_CoGBK_Flink_Batch_10kB.txt} (76%)
create mode 100644 sdks/python/apache_beam/utils/logger.py
create mode 100644 sdks/python/apache_beam/utils/logger_test.py