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/04/29 04:48:05 UTC

[beam] branch nightly-refs/heads/master updated (d96d0ba151b -> 58a8c2dd45f)

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 d96d0ba151b Merge pull request #17484: [BEAM-14143] Renames ExternalPythonTransform to PythonExternalTransform
     add b0e6b561683 [BEAM-14351] Inherit from Coder. (#17437)
     add 2ba6eaed073 [BEAM-14297] Enable nullable key and value arrays for xlang kafka io with metadata (#17348)
     add bb407bfcf93 Update Java katas to Beam 2.38
     add 9b19687ea22 Merge pull request #17427 from iht/update_java_kata
     add 67cb419b834 Merge pull request #17225 from [BEAM-14205] [Playground] Tests for app states
     add 9cbe78eb710 Merge pull request #17444 from [BEAM-14310] [Website] bug home playground
     add 8bbdb7a0285 Merge pull request #17388 from [BEAM-14311] [Website] Home Page Improvements - Margins & Width
     add 3a9e7c7d7f3 [BEAM-14369] Fix "target/options: no such file or directory" error while building Java container
     add f687a2d71f6 Merge pull request #17474 from ihji/BEAM-14369
     add 8488caff4c9 [BEAM-14376] Typo in method description doc
     add 58a8c2dd45f Add default classpath when not present (#17491)

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |  1 +
 .../Aggregation/Count/task-remote-info.yaml        |  2 +-
 .../Aggregation/Max/task-remote-info.yaml          |  2 +-
 .../Aggregation/Mean/task-remote-info.yaml         |  2 +-
 .../Aggregation/Min/task-remote-info.yaml          |  2 +-
 .../Aggregation/Sum/task-remote-info.yaml          |  2 +-
 .../Filter/Filter/task-remote-info.yaml            |  2 +-
 .../Filter/ParDo/task-remote-info.yaml             |  2 +-
 .../WithKeys/WithKeys/task-remote-info.yaml        |  2 +-
 .../Branching/Branching/task-remote-info.yaml      |  2 +-
 .../CoGroupByKey/task-remote-info.yaml             |  2 +-
 .../BinaryCombineFn Lambda/task-remote-info.yaml   |  2 +-
 .../Combine/BinaryCombineFn/task-remote-info.yaml  |  2 +-
 .../Combine/Combine PerKey/task-remote-info.yaml   |  2 +-
 .../Combine/CombineFn/task-remote-info.yaml        |  2 +-
 .../Combine/Simple Function/task-remote-info.yaml  |  2 +-
 .../Composite Transform/task-remote-info.yaml      |  2 +-
 .../task-remote-info.yaml                          |  2 +-
 .../Flatten/Flatten/task-remote-info.yaml          |  2 +-
 .../GroupByKey/GroupByKey/task-remote-info.yaml    |  2 +-
 .../Map/FlatMapElements/task-remote-info.yaml      |  2 +-
 .../Map/MapElements/task-remote-info.yaml          |  2 +-
 .../Map/ParDo OneToMany/task-remote-info.yaml      |  2 +-
 .../Map/ParDo/task-remote-info.yaml                |  2 +-
 .../Partition/Partition/task-remote-info.yaml      |  2 +-
 .../Side Input/Side Input/task-remote-info.yaml    |  2 +-
 .../Side Output/Side Output/task-remote-info.yaml  |  2 +-
 .../Word Count/Word Count/task-remote-info.yaml    |  2 +-
 .../Built-in IOs/task-remote-info.yaml             |  2 +-
 .../IO/TextIO/TextIO Read/task-remote-info.yaml    |  2 +-
 .../Hello Beam/Hello Beam/task-remote-info.yaml    |  2 +-
 .../Early Triggers/task-remote-info.yaml           |  2 +-
 .../Event Time Triggers/task-remote-info.yaml      |  2 +-
 .../Window Accumulation Mode/task-remote-info.yaml |  2 +-
 .../Adding Timestamp/ParDo/task-remote-info.yaml   |  2 +-
 .../WithTimestamps/task-remote-info.yaml           |  2 +-
 .../Fixed Time Window/task-remote-info.yaml        |  2 +-
 learning/katas/java/build.gradle                   |  2 +-
 learning/katas/java/course-remote-info.yaml        |  2 +-
 sdks/go/pkg/beam/io/xlang/jdbcio/jdbc.go           | 25 ++++++++++++++++++++++
 sdks/java/container/common.gradle                  |  4 ++--
 .../java/org/apache/beam/sdk/io/kafka/KafkaIO.java |  4 ++--
 .../beam/sdk/io/kafka/KafkaIOExternalTest.java     | 24 +++++++++++++++++++++
 .../python/apache_beam/examples/cookbook/coders.py |  3 ++-
 sdks/python/apache_beam/io/gcp/bigquery_tools.py   |  2 +-
 ...calendar.js => fix-playground-nested-scroll.js} | 14 ++++++------
 website/www/site/assets/scss/_calendar.scss        |  5 +++--
 website/www/site/assets/scss/_global.sass          |  5 +++--
 website/www/site/assets/scss/_graphic.scss         |  6 +++---
 website/www/site/assets/scss/_hero.scss            |  8 +++----
 website/www/site/assets/scss/_logos.scss           |  4 ++--
 website/www/site/assets/scss/_pillars.scss         |  6 +++---
 website/www/site/assets/scss/_playground.sass      |  7 +++++-
 website/www/site/assets/scss/_quotes.scss          |  5 +++--
 website/www/site/layouts/index.html                | 19 +++++++++-------
 .../www/site/layouts/partials/hooks/body-end.html  |  3 +++
 56 files changed, 142 insertions(+), 79 deletions(-)
 copy website/www/site/assets/js/{calendar.js => fix-playground-nested-scroll.js} (66%)