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:24 UTC

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

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(-)