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 419c03c [BEAM-13908] [Coverage] Better testing coverage for gcpopts
(#16816)
add 38b21a7 Merge pull request #16809 from [BEAM-12164] Added integration
test for strict timestamp ordering per key globally for Spanner change streams.
add 94cce50 Cache bucket matcher regex in GcsPath
add 3ad0552 Merge pull request #16557: Cache bucket matcher regex in
GcsPath
add 7975127 [BEAM-4032]Support staging binary distributions of dependency
packages (#16633)
add af5be60 [BEAM-13834] Increase influxDB persistent storage. (#16817)
add abc089a Minor: Fix link to nexmark benchmarks (#16803)
add 7fa5387 Regenerate python container base_image_requirements.txt
(#16832)
No new revisions were added by this update.
Summary of changes:
...eam-influxdb-storage-persistentvolumeclaim.yaml | 2 +-
CHANGES.md | 4 +-
.../sdk/extensions/gcp/util/gcsfs/GcsPath.java | 5 +-
...nerChangeStreamOrderedWithinKeyGloballyIT.java} | 289 +++++++++++++++++++--
.../python/apache_beam/options/pipeline_options.py | 15 +-
.../portability/requirements_cache_it_test.py | 75 ++++++
.../apache_beam/runners/portability/stager.py | 97 +++++--
.../apache_beam/runners/portability/stager_test.py | 109 +++++++-
sdks/python/container/piputil.go | 2 +-
.../container/py36/base_image_requirements.txt | 14 +-
.../container/py37/base_image_requirements.txt | 20 +-
.../container/py38/base_image_requirements.txt | 24 +-
.../container/py39/base_image_requirements.txt | 12 +-
sdks/python/test-suites/portable/common.gradle | 25 +-
.../site/content/en/contribute/release-guide.md | 2 +-
15 files changed, 613 insertions(+), 82 deletions(-)
copy
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/spanner/changestreams/it/{SpannerChangeStreamOrderedWithinKeyIT.java
=> SpannerChangeStreamOrderedWithinKeyGloballyIT.java} (57%)
create mode 100644
sdks/python/apache_beam/runners/portability/requirements_cache_it_test.py