You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2022/07/19 22:25:56 UTC

[beam] branch master updated (ba38a4d6e55 -> ba62704a464)

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

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


    from ba38a4d6e55 Bump cloud.google.com/go/pubsub from 1.23.1 to 1.24.0 in /sdks (#22332)
     add 5dc02f5df67 Require unique names for stages.
     new ba62704a464 Merge pull request #22327 Require unique names for stages.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/apache_beam/internal/pipeline.ts           |  13 ++-
 sdks/typescript/src/apache_beam/testing/assert.ts  |  31 +++---
 .../apache_beam/transforms/group_and_combine.ts    | 110 ++++++++++++---------
 sdks/typescript/test/docs/programming_guide.ts     |  25 +++--
 sdks/typescript/test/primitives_test.ts            |   4 +-
 5 files changed, 114 insertions(+), 69 deletions(-)


[beam] 01/01: Merge pull request #22327 Require unique names for stages.

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ba62704a4640979763655a25fd1d603e60bc8e80
Merge: ba38a4d6e55 5dc02f5df67
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Tue Jul 19 15:25:51 2022 -0700

    Merge pull request #22327 Require unique names for stages.

 .../src/apache_beam/internal/pipeline.ts           |  13 ++-
 sdks/typescript/src/apache_beam/testing/assert.ts  |  31 +++---
 .../apache_beam/transforms/group_and_combine.ts    | 110 ++++++++++++---------
 sdks/typescript/test/docs/programming_guide.ts     |  25 +++--
 sdks/typescript/test/primitives_test.ts            |   4 +-
 5 files changed, 114 insertions(+), 69 deletions(-)