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 dc213a998c3 Add change stream new record models and tests. (#35258)
     add 70a066bfc12 Use splitAsStream for wordcount (#35358)
     add d166a1ab6e8 Improve exception raised from cache (#35403)
     add 4bfa0c90fb8 Fix(yaml): Handle missing optional fields in JSON parsing 
(#35288)
     add 69e996f733d improved the error message when encoding_positions_set has 
errors (#35410)
     add 3b5018ad4d0 Reduce issues induced by ordering (#35405)
     add fbc00451c3a Fix buildx always enabled (#35361)
     add 6d0e00ea617 added defaultQueryTimeout for jdbc io (#35376)

No new revisions were added by this update.

Summary of changes:
 .../workflows/beam_PreCommit_Flink_Container.yml   |   2 +-
 .github/workflows/build_release_candidate.yml      |   4 +-
 CHANGES.md                                         |   1 +
 .../org/apache/beam/gradle/BeamDockerPlugin.groovy |   6 +-
 .../apache/beam/gradle/BeamJenkinsPlugin.groovy    |  56 --------
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |   8 +-
 .../java/org/apache/beam/examples/WordCount.java   |  19 +--
 .../java/org/apache/beam/sdk/io/jdbc/JdbcIO.java   |  23 +++
 sdks/python/apache_beam/coders/coder_impl.py       |   4 +-
 .../apache_beam/runners/worker/sdk_worker.py       |  22 +--
 .../apache_beam/runners/worker/sdk_worker_test.py  |  12 +-
 sdks/python/apache_beam/yaml/json_utils.py         |  29 +++-
 sdks/python/apache_beam/yaml/json_utils_test.py    | 157 +++++++++++++++++++++
 13 files changed, 249 insertions(+), 94 deletions(-)
 delete mode 100644 
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamJenkinsPlugin.groovy
 create mode 100644 sdks/python/apache_beam/yaml/json_utils_test.py

Reply via email to