This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git
from a3d32977f46 Bump github.com/testcontainers/testcontainers-go from
0.42.0 to 0.43.0 in /sdks (#39053)
add 0ec08474e61 Bump docker/login-action from 4.3.0 to 4.4.0 (#39217)
add 2940f8fc6a0 Added Criteo TFT fill_in_missing helper (#39011)
add 0b407cd78ce Fix lost state updates in Set state (#39175)
add 09d63ccbb36 Bump pyo3 from 0.27.2 to 0.29.0 in
/sdks/python/apache_beam/examples/wordcount_rust/word_processing (#38953)
add 4d975e5ec60 Avoid RequestResponseIO throttler access when throttler is
absent (#39112)
No new revisions were added by this update.
Summary of changes:
.github/workflows/build_release_candidate.yml | 2 +-
.github/workflows/finalize_release.yml | 2 +-
.../wordcount_rust/word_processing/Cargo.lock | 65 +++------------
.../wordcount_rust/word_processing/Cargo.toml | 2 +-
sdks/python/apache_beam/io/requestresponse.py | 5 +-
sdks/python/apache_beam/io/requestresponse_test.py | 10 +++
.../apache_beam/runners/worker/bundle_processor.py | 37 ++++++---
.../benchmarks/cloudml/criteo_tft/criteo.py | 30 ++++---
.../benchmarks/cloudml/criteo_tft/criteo_test.py | 93 ++++++++++++++++++++++
.../apache_beam/transforms/userstate_test.py | 69 ++++++++++++++++
10 files changed, 233 insertions(+), 82 deletions(-)
create mode 100644
sdks/python/apache_beam/testing/benchmarks/cloudml/criteo_tft/criteo_test.py