You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2022/02/11 17:47:44 UTC

[beam] branch master updated (3ad0552 -> 7975127)

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

tvalentyn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 3ad0552  Merge pull request #16557: Cache bucket matcher regex in GcsPath
     add 7975127  [BEAM-4032]Support staging binary distributions of dependency packages (#16633)

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   4 +-
 .../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 +-
 sdks/python/test-suites/portable/common.gradle     |  25 ++++-
 7 files changed, 299 insertions(+), 28 deletions(-)
 create mode 100644 sdks/python/apache_beam/runners/portability/requirements_cache_it_test.py