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/11 04:51:15 UTC

[beam] branch nightly-refs/heads/master updated (e1a84ff -> 03af085)

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 e1a84ff  Merge pull request #16845 from [BEAM-12164]: display the metadata table name for Spanner Change Streams Connector
     add e105098  Revert "[BEAM-13993] [BEAM-10039] Import beam plugins before starting SdkHarness"
     add 6e33971  Merge pull request #17049: [BEAM-14072] Revert "[BEAM-13993] [BEAM-10039] Import beam plugins before starting SdkHarness"
     add eb25730  [BEAM-13923] Fix the answers placeholders locations in the Java katas
     add 3a7a213  Merge pull request #16827 from iht/groom_java_katas
     add 83c1670  [BEAM-14039] Propagate ignore_unknown_columns parameter.
     add fa8979c  Merge pull request #16999 from [BEAM-14039] Propagate ignore_unknown_columns parameter.
     add f16ef4f  [BEAM-14079] playground - improve accessibility
     add 0d007a7  Merge pull request #17065 from [BEAM-14079] [playground] Improve accessibility
     add c76a1c8  [BEAM-13925] Find and address prs that havent been reviewed in a week (#17001)
     add 5a2adff  Fix import path
     add 0e9e340  Merge pull request #17068: [BEAM-13925] Fix import path
     add 66f9abd  [BEAM-13925] Fix one more import path
     add 0d454e8  Merge pull request #17069: [BEAM-13925] Fix one more import path
     add 03af085  Add a StatefulDoFn test that sets event time timer within allowed lateness (#16922)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/pr-bot-new-prs.yml               |   2 +-
 ...ew-prs.yml => pr-bot-prs-needing-attention.yml} |  10 +-
 .../Aggregation/Count/task-info.yaml               |   4 +-
 .../Aggregation/Max/task-info.yaml                 |   4 +-
 .../Aggregation/Mean/task-info.yaml                |   4 +-
 .../Aggregation/Min/task-info.yaml                 |   4 +-
 .../Aggregation/Sum/task-info.yaml                 |   4 +-
 .../Common Transforms/Filter/Filter/task-info.yaml |   4 +-
 .../Common Transforms/Filter/ParDo/task-info.yaml  |   4 +-
 .../WithKeys/WithKeys/task-info.yaml               |   4 +-
 .../Branching/Branching/task-info.yaml             |   8 +-
 .../katas/coretransforms/cogroupbykey/Task.java    |   9 +
 .../CoGroupByKey/CoGroupByKey/task-info.yaml       |   2 +-
 .../Combine/BinaryCombineFn Lambda/task-info.yaml  |   4 +-
 .../Combine/BinaryCombineFn/task-info.yaml         |   2 +-
 .../Combine/Combine PerKey/task-info.yaml          |   6 +-
 .../Combine/CombineFn/task-info.yaml               |   2 +-
 .../Combine/Simple Function/task-info.yaml         |   2 +-
 .../Composite Transform/task-info.yaml             |   4 +-
 .../DoFn Additional Parameters/task-info.yaml      |   2 +-
 .../DoFn Additional Parameters/task.md             |   2 +
 .../Core Transforms/Flatten/Flatten/task-info.yaml |   4 +-
 .../GroupByKey/GroupByKey/task-info.yaml           |   4 +-
 .../coretransforms/map/flatmapelements/Task.java   |   1 -
 .../Map/FlatMapElements/task-info.yaml             |   4 +-
 .../Core Transforms/Map/MapElements/task-info.yaml |   4 +-
 .../Map/ParDo OneToMany/task-info.yaml             |   4 +-
 .../java/Core Transforms/Map/ParDo/task-info.yaml  |   4 +-
 .../Partition/Partition/task-info.yaml             |   4 +-
 .../katas/coretransforms/sideinput/Task.java       |   8 +
 .../Side Input/Side Input/task-info.yaml           |   4 +-
 .../Side Output/Side Output/task-info.yaml         |   4 +-
 .../Examples/Word Count/Word Count/task-info.yaml  |   4 +-
 .../Hello Beam/Hello Beam/task-info.yaml           |   4 +-
 .../katas/triggers/earlytriggers/Task.java         |   8 +
 .../Early Triggers/Early Triggers/task-info.yaml   |   2 +-
 .../katas/triggers/eventtimetriggers/Task.java     |   8 +
 .../Event Time Triggers/task-info.yaml             |   2 +-
 .../katas/triggers/windowaccummode/Task.java       |   8 +
 .../Window Accumulation Mode/task-info.yaml        |   2 +-
 .../windowing/addingtimestamp/pardo/Task.java      |   8 +
 .../Adding Timestamp/ParDo/task-info.yaml          |   2 +-
 .../addingtimestamp/withtimestamps/Task.java       |   8 +
 .../Adding Timestamp/WithTimestamps/task-info.yaml |   2 +-
 .../Fixed Time Window/task-info.yaml               |   4 +-
 learning/katas/java/build.gradle                   |  14 +-
 playground/frontend/lib/l10n/app_en.arb            |  16 ++
 .../description_popover_button.dart                |  34 ++--
 .../multifile_popover_button.dart                  |  30 +--
 .../lib/modules/sdk/components/sdk_selector.dart   |   1 +
 .../shortcuts/components/shortcut_tooltip.dart     |   1 +
 .../components/editor_textarea_wrapper.dart        |  83 ++++----
 .../feedback/feedback_dropdown_icon_button.dart    |  24 ++-
 .../components/feedback/playground_feedback.dart   |   3 +
 .../lib/pages/playground/playground_page.dart      |  11 +-
 runners/google-cloud-dataflow-java/build.gradle    |   4 +-
 scripts/ci/pr-bot/findPrsNeedingAttention.ts       | 222 +++++++++++++++++++++
 scripts/ci/pr-bot/package-lock.json                |   8 +-
 scripts/ci/pr-bot/package.json                     |   9 +-
 scripts/ci/pr-bot/processPrUpdate.ts               |  45 ++++-
 scripts/ci/pr-bot/shared/commentStrings.ts         |  36 +++-
 scripts/ci/pr-bot/shared/constants.ts              |   2 +
 scripts/ci/pr-bot/shared/reviewerConfig.ts         |   3 +-
 .../org/apache/beam/sdk/transforms/ParDoTest.java  |  48 +++++
 sdks/python/apache_beam/io/gcp/bigquery.py         |   4 +
 sdks/python/apache_beam/io/gcp/bigquery_test.py    |   2 +
 .../python/apache_beam/options/pipeline_options.py |   2 +-
 .../apache_beam/runners/worker/sdk_worker_main.py  |  24 ---
 .../runners/worker/sdk_worker_main_test.py         |   8 -
 69 files changed, 631 insertions(+), 197 deletions(-)
 copy .github/workflows/{pr-bot-new-prs.yml => pr-bot-prs-needing-attention.yml} (86%)
 create mode 100644 scripts/ci/pr-bot/findPrsNeedingAttention.ts