You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2024/02/29 03:48:03 UTC

(beam) branch nightly-refs/heads/master updated (549faba9b98 -> 53cae786126)

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 549faba9b98 Roll forward "Read API Source v2 (#25392)" fix data loss (#28778)
     add 2b9d958807d Wire error handling into PubSubIO and add initial tests (#30372)
     add 2bebb27a64f Fix Python PostCommit BigQuery JSON (#30438)
     add 183cc9a2962 [yaml] fix providers doc
     add 61c6d09b153 Merge pull request #30433 [yaml] Fix providers doc.
     add 09a6fc5c5f3 Fix updating of annotations for explicitly named transforms.
     add e6e91b99542 Expand on comment.
     add 80d4c852f36 Merge pull request #30380 Fix updating of annotations for explicitly named transforms.
     add 2d85be72f31 Fix Avro Version PostCommit
     add fbde0ce32c9 Merge pull request #30442: Fix Avro Version PostCommit
     add 4f966a85884 Add yaml to programming guide. (#30269)
     add 53cae786126 Revise documentation on managing dependencies. (#30450)

No new revisions were added by this update.

Summary of changes:
 ...son => beam_PostCommit_Java_Avro_Versions.json} |   0
 ...ommit_Java.json => beam_PostCommit_Python.json} |   0
 CHANGES.md                                         |   2 +
 sdks/java/extensions/avro/build.gradle             |   4 +-
 .../sdk/io/gcp/pubsub/PreparePubsubWriteDoFn.java  |  51 ++-
 .../apache/beam/sdk/io/gcp/pubsub/PubsubIO.java    | 205 ++++++++---
 .../beam/sdk/io/gcp/pubsub/PubsubIOTest.java       | 104 ++++++
 .../apache_beam/io/gcp/bigquery_json_it_test.py    |  70 +++-
 sdks/python/apache_beam/transforms/combiners.py    |  17 +
 sdks/python/apache_beam/transforms/ptransform.py   |   9 +
 .../apache_beam/transforms/ptransform_test.py      |  11 +
 .../typehints/native_type_compatibility.py         |   3 +
 sdks/python/apache_beam/utils/timestamp.py         |  11 +-
 .../apache_beam/yaml/programming_guide_test.py     | 410 +++++++++++++++++++++
 sdks/python/apache_beam/yaml/readme_test.py        |   2 +
 sdks/python/apache_beam/yaml/yaml_combine.py       |   2 +
 sdks/python/apache_beam/yaml/yaml_combine_test.py  |  26 ++
 sdks/python/apache_beam/yaml/yaml_provider.py      |   2 +
 .../content/en/documentation/programming-guide.md  | 268 +++++++++++++-
 .../sdks/python-pipeline-dependencies.md           |  48 +--
 .../www/site/content/en/documentation/sdks/yaml.md |  10 +-
 .../site/layouts/shortcodes/language-switcher.html |   3 +
 22 files changed, 1151 insertions(+), 107 deletions(-)
 copy .github/trigger_files/{beam_PostCommit_Java.json => beam_PostCommit_Java_Avro_Versions.json} (100%)
 rename .github/trigger_files/{beam_PostCommit_Java.json => beam_PostCommit_Python.json} (100%)
 create mode 100644 sdks/python/apache_beam/yaml/programming_guide_test.py