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 62200da9df8 factor out failure handling logic from 
StreamingDataflowWorker (#30695)
     add 2f8854a3e34 Fix core SDK misuse of "provided" dep for 
everit_json_schema (#30780)
     add e894d8ca7fe Add support to record multiple values at once in Histogram 
metric (#30717)
     add d4df535bf60 [Docs] Update Bigtable enrichment notebook (#30783)
     add 069c0459c2c Fix JaCoCo test report (#30687)
     add 2bddf76b398 Gradle target for building YAML reference manual.
     add df4e9b5424a Commit yaml docs as part of beam release.
     add f04896fef13 Add yaml docs building to release workflow.
     add 29cadc30078 Trailing whitespace.
     add 067b8fbb499 Merge pull request #30741 Gradle target and script for 
adding YAML reference manual to site.
     add 25805db9278 [Python] Add redis client to python dependencies (#30677)
     add e3fee5156b3 [YAML] Add Partition transform. (#30368)

No new revisions were added by this update.

Summary of changes:
 .github/codecov.yml                                |   8 +
 .../trigger_files/beam_PostCommit_Python.json      |   0
 .github/workflows/beam_PreCommit_Java.yml          |  13 +-
 .../beam_PreCommit_Java_GCP_IO_Direct.yml          |  17 +-
 .github/workflows/beam_PreCommit_SQL.yml           |  17 +-
 .github/workflows/build_release_candidate.yml      |  39 ++--
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |  31 ++-
 .../beam-ml/bigtable_enrichment_transform.ipynb    | 119 +++++++---
 .../src/main/scripts/build_release_candidate.sh    |  17 ++
 sdks/java/core/build.gradle                        |   6 +-
 .../beam/sdk/metrics/DelegatingHistogram.java      |  20 +-
 .../org/apache/beam/sdk/metrics/Histogram.java     |   7 +
 .../org/apache/beam/sdk/metrics/NoOpHistogram.java |   3 +
 .../io/gcp/bigquery/StreamingInsertsMetrics.java   |  17 +-
 .../gcp/bigquery/StreamingInsertsMetricsTest.java  |   2 +-
 .../transforms/elementwise/enrichment_test.py      |   6 +-
 sdks/python/apache_beam/io/requestresponse.py      |   2 +-
 .../apache_beam/io/requestresponse_it_test.py      |   2 +-
 .../io/requestresponse_tests_requirements.txt      |  18 --
 .../enrichment_handlers/bigtable_it_test.py        |   2 +-
 .../vertex_ai_feature_store_it_test.py             |   2 +-
 .../vertex_ai_feature_store_tests_requirement.txt  |  18 --
 .../apache_beam/yaml/programming_guide_test.py     |  19 ++
 sdks/python/apache_beam/yaml/readme_test.py        |  30 +--
 sdks/python/apache_beam/yaml/yaml_mapping.py       |  88 +++++++-
 sdks/python/apache_beam/yaml/yaml_mapping_test.py  | 239 +++++++++++++++++++++
 sdks/python/apache_beam/yaml/yaml_transform.py     |   6 +-
 sdks/python/build.gradle                           |  24 ++-
 .../container/py310/base_image_requirements.txt    |   4 +-
 .../container/py311/base_image_requirements.txt    |   3 +-
 .../container/py38/base_image_requirements.txt     |   4 +-
 .../container/py39/base_image_requirements.txt     |   4 +-
 sdks/python/pytest.ini                             |   2 +-
 sdks/python/setup.py                               |   1 +
 sdks/python/test-suites/dataflow/common.gradle     |   9 +-
 sdks/python/test-suites/direct/common.gradle       |  16 +-
 .../content/en/documentation/programming-guide.md  |  16 ++
 .../site/content/en/documentation/sdks/yaml-udf.md |  68 ++++++
 38 files changed, 745 insertions(+), 154 deletions(-)
 copy 
learning/tour-of-beam/learning-content/io/text-io/text-io-local-write/go-example/myfile.txt
 => .github/trigger_files/beam_PostCommit_Python.json (100%)
 delete mode 100644 
sdks/python/apache_beam/io/requestresponse_tests_requirements.txt
 delete mode 100644 
sdks/python/apache_beam/transforms/enrichment_handlers/vertex_ai_feature_store_tests_requirement.txt

Reply via email to