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 acafd37ba45 Merge pull request #35159: Make WindowedValue a public
interface
add 18a3fcfc06c Add timer tests to make sure event-time timer firing at
the right time. (#35109)
add e8097fbf19f change to ubuntu-20.04 (#35182)
add 82bda513eca Fix IntelliJ sync project failure due to circular Beam
dependency (#35167)
add a77582424c8 Update workflows categories (#35162)
add 444e37ec2a2 Add cloudpickle coder. (#35166)
add feb9cda6863 Move examples from sql package (#35183)
add 5dba0dba804 Fix the beam interactive install problem when on Google
Colab (#35148)
add 46f734dd72b Bump github.com/docker/docker in /sdks (#35112)
add 4ca0df664bc Bump github.com/nats-io/nats-server/v2 from 2.11.3 to
2.11.4 in /sdks (#35161)
add 84706d97eac Touch JPMS test trigger file
add bc652a1d947 Use staged SDK harness & Dataflow worker jar in JPMS tests
add c37785b18d5 Merge pull request #35181: Use staged SDK harness &
Dataflow worker jar in JPMS tests
add b85c28b3bf9 Bump cloud.google.com/go/storage from 1.52.0 to 1.55.0 in
/sdks (#35114)
add 17d98237950 Bump github.com/nats-io/nats.go from 1.42.0 to 1.43.0 in
/sdks (#35147)
add ad7c151b9a5 Move non-dill specific code out of dill_pickler.py (#35139)
add b4e5e396291 Fix some lints introduced in a recent PR. (#35193)
add f7fc608af9a small filesystem fixes (#34956)
add 74512d9d04d [YAML] Add a spec provider for transforms taking
specifiable arguments (#35187)
No new revisions were added by this update.
Summary of changes:
.../beam_PostCommit_Java_Jpms_Dataflow_Java11.json | 3 +
.../beam_PostCommit_Yaml_Xlang_Direct.yml | 2 +-
.../github/github_runs_prefetcher/code/config.yaml | 59 ++++++-----
CHANGES.md | 1 +
examples/java/cdap/hubspot/build.gradle | 9 +-
examples/java/cdap/salesforce/build.gradle | 9 +-
.../examples/{sql => }/SchemaTransformExample.java | 2 +-
.../examples/{sql => }/SqlTransformExample.java | 2 +-
sdks/go.mod | 43 ++++----
sdks/go.sum | 100 +++++++++---------
sdks/go/pkg/beam/runners/dataflow/dataflow.go | 4 +-
sdks/java/testing/jpms-tests/build.gradle | 2 +
sdks/python/apache_beam/coders/coders.py | 9 ++
.../apache_beam/coders/coders_test_common.py | 7 ++
.../apache_beam/internal/code_object_pickler.py | 46 +++++++++
sdks/python/apache_beam/internal/dill_pickler.py | 7 +-
sdks/python/apache_beam/io/filesystems.py | 2 +-
sdks/python/apache_beam/io/localfilesystem.py | 4 +-
sdks/python/apache_beam/io/localfilesystem_test.py | 23 ++++-
sdks/python/apache_beam/ml/anomaly/transforms.py | 8 +-
.../portability/fn_api_runner/fn_runner_test.py | 92 +++++++++++++++++
.../runners/portability/portable_runner_test.py | 20 ++++
sdks/python/apache_beam/yaml/yaml_provider.py | 2 +
sdks/python/apache_beam/yaml/yaml_specifiable.py | 59 +++++++++++
.../apache_beam/yaml/yaml_specifiable_test.py | 115 +++++++++++++++++++++
sdks/python/setup.py | 2 +-
26 files changed, 514 insertions(+), 118 deletions(-)
create mode 100644
.github/trigger_files/beam_PostCommit_Java_Jpms_Dataflow_Java11.json
rename examples/java/sql/src/main/java/org/apache/beam/examples/{sql =>
}/SchemaTransformExample.java (99%)
rename examples/java/sql/src/main/java/org/apache/beam/examples/{sql =>
}/SqlTransformExample.java (99%)
create mode 100644 sdks/python/apache_beam/internal/code_object_pickler.py
create mode 100644 sdks/python/apache_beam/yaml/yaml_specifiable.py
create mode 100644 sdks/python/apache_beam/yaml/yaml_specifiable_test.py