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/08/20 04:47:47 UTC

[beam] branch nightly-refs/heads/master updated (062a0d2d87b -> f921a2f1996)

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 062a0d2d87b [BEAM-13015, #21250] Reuse buffers when possible when writing on Dataflow streaming hot paths. (#22780)
     add 679bb60181f [Website] remove text from Available contact channels table #22696
     add 7ccb4547658 Merge pull request #22754: [Website] update Available contact channels table content
     add 5aa9b7966d9 [Website] update commits link #22520
     add 71c9ac08fb3 Merge pull request #22608: [Website] update commits link
     add aa91c193358 [Website] add scroll to new position if anchor is present #22699
     add b5b93d16120 Merge pull request #22235: [Website] scroll to correct position if anchor is present
     add 8912f4d3584 [Go SDK] Fix go lint errors (#22796)
     add 8616e6a7bbe [BEAM-8701] bump commons-io to 2.7
     add 7a469fd20ef Merge pull request #22433: [BEAM-8701] bump commons-io to 2.7
     add f01fa28544f Modify RunInference to return PipelineResult for the benchmark tests (#22164)
     add f921a2f1996 Fix lint issues (#22800)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |  2 +-
 sdks/go/pkg/beam/core/funcx/fn.go                  |  2 +-
 sdks/go/pkg/beam/core/graph/fn.go                  | 14 ++--
 sdks/go/pkg/beam/core/runtime/exec/fn.go           |  6 +-
 sdks/go/pkg/beam/core/runtime/exec/translate.go    |  4 +-
 sdks/go/pkg/beam/core/runtime/graphx/translate.go  | 20 +++---
 sdks/go/pkg/beam/core/state/state.go               | 18 +++--
 sdks/go/pkg/beam/core/state/state_test.go          | 18 ++---
 sdks/java/io/redis/build.gradle                    |  5 --
 .../apache_beam/examples/inference/README.md       |  5 +-
 .../inference/pytorch_image_classification.py      | 63 +++++++++++-------
 .../inference/pytorch_image_segmentation.py        | 56 ++++++++++------
 .../inference/pytorch_language_modeling.py         | 77 +++++++++++++---------
 .../sklearn_japanese_housing_regression.py         | 66 +++++++++++--------
 .../inference/sklearn_mnist_classification.py      | 48 +++++++++-----
 ...nested-scroll.js => anchor-content-jump-fix.js} | 12 ++--
 website/www/site/assets/js/language-switch-v2.js   | 26 ++++----
 website/www/site/data/en/contact_us.yaml           |  4 +-
 website/www/site/layouts/partials/head.html        |  3 +
 19 files changed, 260 insertions(+), 189 deletions(-)
 copy website/www/site/assets/js/{fix-playground-nested-scroll.js => anchor-content-jump-fix.js} (74%)