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 68cf802626a [Fix Python Bigtable dataloss bug] Stop unsetting
timestamps of -1 (#28624)
add 437204e6817 Bump github.com/aws/aws-sdk-go-v2/config in /sdks (#28639)
add 042ac5249b0 Update Python container image deps in preparation for
2.51.0
add 648c74ce2b9 Merge pull request #28625: Update Python base container
deps
add 81f88087f38 Remove feature branches page from website
add c6e4a3a6860 Remove design documents link from website
add de6cc236907 Merge pull request #28642: Remove 'Feature Branches' and
'Design Documents' from Contribute section of website
add 7d742851974 add viewfs to HA_SCHEMES to support ViewFs file system
(#28616)
add 85ec2607536 Move java dependency upgrades from wiki to contributor-docs
add 362a887d475 Merge pull request #28646: Move java dependency upgrades
from wiki to contributor-docs
add dd9d8d01a39 Remove special PyMap, PyFlatMap, etc. (#28546)
add ead1b05b368 Update readme with latest info (#28651)
add fd0527a425d Run metrics job daily to catch any failed runs (#28652)
add 72b6645ec55 Add Bigtable xlang bug to release notes for versions
2.49.0 and 2.50.0 (#28633)
add adb1a94e53d Fix broken release guide link (#28654)
add a1ecc8b61a2 Migrate "beam_PerformanceTests_AvroIOIT" Jenkins jobs to
GitHub Actions (#28580)
add 49ad65c1222 [YAML] Add PubSub reading and writing transforms. (#28595)
add 27f589e34f1 Fix Vertex AI postcommit suite to run the tests only once.
(#28571)
No new revisions were added by this update.
Summary of changes:
.github/actions/setup-k8s-access/action.yml | 73 ++++++
.github/actions/test-arguments-action/action.yml | 96 ++++++++
.github/workflows/README.md | 12 +-
...t_Go.yml => beam_PerformanceTests_AvroIOIT.yml} | 53 +++--
...yml => beam_PerformanceTests_AvroIOIT_HDFS.yml} | 69 +++---
.../beam_PostCommit_BeamMetrics_Publish.yml | 4 +-
.../config_AvroIOIT.txt | 18 +-
.../config_AvroIOIT_HDFS.txt | 18 +-
CHANGES.md | 3 +
contributor-docs/java-dependency-upgrades.md | 130 +++++++++++
sdks/go.mod | 10 +-
sdks/go.sum | 15 +-
.../sdk/io/hdfs/HadoopFileSystemRegistrar.java | 2 +-
.../ml/inference/vertex_ai_inference_it_test.py | 3 +-
.../python/apache_beam/testing/analyzers/README.md | 5 +-
sdks/python/apache_beam/testing/util.py | 7 +
sdks/python/apache_beam/transforms/core.py | 37 ++-
sdks/python/apache_beam/typehints/schemas.py | 9 +
sdks/python/apache_beam/yaml/README.md | 44 ++--
sdks/python/apache_beam/yaml/standard_io.yaml | 2 +
sdks/python/apache_beam/yaml/yaml_io.py | 225 +++++++++++++++++-
sdks/python/apache_beam/yaml/yaml_io_test.py | 257 +++++++++++++++++++++
sdks/python/apache_beam/yaml/yaml_mapping.py | 9 +-
sdks/python/apache_beam/yaml/yaml_provider.py | 16 +-
sdks/python/apache_beam/yaml/yaml_transform.py | 16 +-
.../apache_beam/yaml/yaml_transform_scope_test.py | 37 ++-
.../python/apache_beam/yaml/yaml_transform_test.py | 141 +++++------
.../apache_beam/yaml/yaml_transform_unit_test.py | 58 +----
.../container/py310/base_image_requirements.txt | 26 +--
.../container/py311/base_image_requirements.txt | 24 +-
.../container/py38/base_image_requirements.txt | 26 +--
.../container/py39/base_image_requirements.txt | 26 +--
sdks/python/pytest.ini | 2 +-
sdks/python/test-suites/dataflow/common.gradle | 2 +-
website/www/site/content/en/blog/beam-2.49.0.md | 1 +
website/www/site/content/en/blog/beam-2.50.0.md | 1 +
website/www/site/content/en/contribute/_index.md | 2 +-
.../site/content/en/contribute/feature-branches.md | 95 --------
.../partials/section-menu/en/contribute.html | 2 -
39 files changed, 1145 insertions(+), 431 deletions(-)
create mode 100644 .github/actions/setup-k8s-access/action.yml
create mode 100644 .github/actions/test-arguments-action/action.yml
copy .github/workflows/{beam_PostCommit_Go.yml =>
beam_PerformanceTests_AvroIOIT.yml} (66%)
copy .github/workflows/{beam_PerformanceTests_BigQueryIO_Streaming_Java.yml =>
beam_PerformanceTests_AvroIOIT_HDFS.yml} (55%)
copy .test-infra/metrics/influxdb/gsutil/.boto =>
.github/workflows/performance-tests-job-configs/config_AvroIOIT.txt (71%)
copy .test-infra/metrics/influxdb/gsutil/.boto =>
.github/workflows/performance-tests-job-configs/config_AvroIOIT_HDFS.txt (70%)
create mode 100644 contributor-docs/java-dependency-upgrades.md
create mode 100644 sdks/python/apache_beam/yaml/yaml_io_test.py
delete mode 100644 website/www/site/content/en/contribute/feature-branches.md