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 2022/03/08 04:38:57 UTC

[beam] branch nightly-refs/heads/master updated (45cc2f8 -> 9833b7b)

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 45cc2f8  [BEAM-13995] [BEAM-13876] [BEAM-14025] Bump numpy bound to include 1.22 and regenerate container deps.
     add 58f8bef  [BEAM-13925] Add ability to get metrics on pr-bot performance (#16985)
     add 93f453c  [BEAM-11085] Test that windows are correctly observed in DoFns
     add efac0c6  Merge pull request #17007: [BEAM-11085] Test that windows are correctly observed in DoFns
     add 814e78f  Give pr bot write permissions on pr update
     add e1f9910  Merge pull request #17031: [BEAM-13925] Give pr bot write permissions on pr update
     add 9afde56  Adding a logical type for Schemas using proto serialization. (#16940)
     add 9833b7b  BEAM-13765 missing PAssert methods (#16668)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/pr-bot-pr-updates.yml            |  11 +
 .../pipeline/src/main/proto/beam_runner_api.proto  |   4 +
 scripts/ci/pr-bot/gatherMetrics.ts                 | 528 +++++++++++++++++++++
 .../pkg/beam/core/runtime/exec/fullvalue_test.go   |  20 +
 sdks/go/pkg/beam/core/runtime/exec/pardo_test.go   |  69 +++
 .../apache/beam/sdk/schemas/SchemaTranslation.java |  10 +-
 .../schemas/logicaltypes/SchemaLogicalType.java    |  60 +++
 .../java/org/apache/beam/sdk/testing/PAssert.java  |  47 ++
 .../beam/sdk/schemas/SchemaTranslationTest.java    |   2 +
 .../sdk/schemas/logicaltypes/LogicalTypesTest.java |  17 +
 10 files changed, 765 insertions(+), 3 deletions(-)
 create mode 100644 scripts/ci/pr-bot/gatherMetrics.ts
 create mode 100644 sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/logicaltypes/SchemaLogicalType.java