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 d6390b86f0f Download performance looks to static while building
website (#37559)
add 22d1c576272 Add OOM handling for RunInference with model manager
(#37557)
add bafb270b48e Update go linter version (#37579)
add cea7923eef6 Use onlyif (#37578)
add 8c9d75567e7 Replace VarInt.getLength with Protobuf's branchless
implementation (#36959)
add 9ea7380de85 Refactor update compatibility checks and pipeline options
access (#37566)
No new revisions were added by this update.
Summary of changes:
.../trigger_files/beam_PreCommit_Python_Dill.json | 2 +-
playground/backend/cmd/server/controller.go | 2 +-
playground/backend/cmd/server/server.go | 4 +-
playground/backend/env_setup.sh | 2 +-
.../main/java/org/apache/beam/sdk/util/VarInt.java | 10 +-
sdks/python/apache_beam/coders/coders.py | 32 ++--
.../apache_beam/coders/coders_test_common.py | 194 +++++++++++----------
sdks/python/apache_beam/coders/typecoders.py | 1 -
.../apache_beam/io/gcp/bigquery_file_loads.py | 4 +-
.../apache_beam/io/gcp/bigquery_file_loads_test.py | 15 +-
sdks/python/apache_beam/ml/inference/base.py | 39 ++++-
sdks/python/apache_beam/ml/inference/base_test.py | 26 +++
.../apache_beam/ml/inference/model_manager.py | 63 ++++---
.../python/apache_beam/options/pipeline_options.py | 19 ++
.../apache_beam/options/pipeline_options_test.py | 66 +++++++
sdks/python/apache_beam/pipeline_test.py | 2 +
sdks/python/apache_beam/transforms/external.py | 7 +-
sdks/python/apache_beam/transforms/ptransform.py | 6 +-
sdks/python/apache_beam/transforms/util.py | 36 +---
sdks/python/apache_beam/transforms/util_test.py | 78 +--------
website/build.gradle | 18 +-
21 files changed, 344 insertions(+), 282 deletions(-)