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/11/04 18:42:34 UTC

[beam] 01/01: Merge pull request #23978 Add basic counter support to the typescript SDK.

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 8617b86fd792ac555233dd79c8ede34c2ce67ecf
Merge: aa178f82522 2496a0d1e0f
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Fri Nov 4 11:42:21 2022 -0700

    Merge pull request #23978 Add basic counter support to the typescript SDK.

 sdks/typescript/src/apache_beam/pvalue.ts          |   8 +-
 .../src/apache_beam/runners/direct_runner.ts       |  17 +-
 .../apache_beam/runners/portable_runner/runner.ts  |  20 +-
 sdks/typescript/src/apache_beam/runners/runner.ts  |  31 +-
 .../apache_beam/testing/proto_printing_runner.ts   |   8 +-
 .../typescript/src/apache_beam/transforms/pardo.ts | 103 ++++++-
 sdks/typescript/src/apache_beam/worker/metrics.ts  | 321 +++++++++++++++++++++
 .../typescript/src/apache_beam/worker/operators.ts |  15 +-
 .../src/apache_beam/worker/pardo_context.ts        |  25 +-
 sdks/typescript/src/apache_beam/worker/worker.ts   |  65 ++++-
 sdks/typescript/test/primitives_test.ts            |  59 +++-
 11 files changed, 616 insertions(+), 56 deletions(-)