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

github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 41e6628498c Update Python base image requirements. (#27494)
     add c8f68f92097 Update Beam website to release 2.49.0 (#27374)
     add b9cdfdb8597 Report total time at max active threads (#27195)
     add 310a5c7fbc2 Pin Build Python Wheels to Cython < 1 (#27525)
     add 60a609cc6ad Add splitting string for string related data transforms 
(#27517)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build_wheels.yml                 |   4 +-
 .../dataflow/worker/DataflowSystemMetrics.java     |   1 +
 .../dataflow/worker/StreamingDataflowWorker.java   |  10 +
 .../dataflow/worker/util/BoundedQueueExecutor.java |  32 ++-
 .../worker/StreamingDataflowWorkerTest.java        |  69 +++++++
 sdks/python/apache_beam/ml/transforms/base_test.py |  36 ++--
 .../apache_beam/ml/transforms/handlers_test.py     |  45 ++--
 sdks/python/apache_beam/ml/transforms/tft.py       |  52 ++++-
 sdks/python/apache_beam/ml/transforms/tft_test.py  | 229 ++++++++++++++-------
 sdks/python/build.gradle                           |   2 +-
 website/www/site/config.toml                       |   2 +-
 website/www/site/content/en/blog/beam-2.49.0.md    | 221 ++++++++++++++++++++
 .../site/content/en/documentation/io/connectors.md |   5 +-
 .../site/content/en/documentation/runners/flink.md | 189 ++---------------
 .../www/site/content/en/get-started/downloads.md   |  14 +-
 website/www/site/data/authors.yml                  |   5 +-
 16 files changed, 613 insertions(+), 303 deletions(-)
 create mode 100644 website/www/site/content/en/blog/beam-2.49.0.md

Reply via email to