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/21 00:09:23 UTC

[beam] branch master updated (367173f6245 -> 9697c13d06e)

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 367173f6245 Bump google.golang.org/api from 0.87.0 to 0.88.0 in /sdks (#22350)
     add 2eaab62373d Support combiner lifting.
     add 12754bbe42b More clarification.
     new 9697c13d06e Merge pull request #22330 Support combiner lifting.

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:
 .../typescript/src/apache_beam/coders/js_coders.ts |   6 +-
 sdks/typescript/src/apache_beam/internal/urns.ts   |   2 +
 .../src/apache_beam/runners/direct_runner.ts       |  39 ++-
 .../src/apache_beam/transforms/combiners.ts        |   4 +
 .../apache_beam/transforms/group_and_combine.ts    |   6 +-
 .../src/apache_beam/transforms/internal.ts         |  85 ++++++-
 .../typescript/src/apache_beam/worker/operators.ts | 268 ++++++++++++++++++++-
 sdks/typescript/test/combine_test.ts               |  17 +-
 sdks/typescript/test/js_coders_test.ts             |   1 +
 9 files changed, 383 insertions(+), 45 deletions(-)


[beam] 01/01: Merge pull request #22330 Support combiner lifting.

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 9697c13d06ee33eefc2498b26dd64be7b4682474
Merge: 367173f6245 12754bbe42b
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Wed Jul 20 17:09:16 2022 -0700

    Merge pull request #22330 Support combiner lifting.

 .../typescript/src/apache_beam/coders/js_coders.ts |   6 +-
 sdks/typescript/src/apache_beam/internal/urns.ts   |   2 +
 .../src/apache_beam/runners/direct_runner.ts       |  39 ++-
 .../src/apache_beam/transforms/combiners.ts        |   4 +
 .../apache_beam/transforms/group_and_combine.ts    |   6 +-
 .../src/apache_beam/transforms/internal.ts         |  85 ++++++-
 .../typescript/src/apache_beam/worker/operators.ts | 268 ++++++++++++++++++++-
 sdks/typescript/test/combine_test.ts               |  17 +-
 sdks/typescript/test/js_coders_test.ts             |   1 +
 9 files changed, 383 insertions(+), 45 deletions(-)