You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2021/10/13 17:15:51 UTC

[beam] branch master updated (d58ceb2 -> f624c80)

This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from d58ceb2  Minor: Clarify confusing boolean logic for selecting PerWindowInvoker (#15628)
     add f624c80  [BEAM-4424] Execute hooks in enabling order (#15713)

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/core/runtime/harness/harness.go |  4 +-
 sdks/go/pkg/beam/core/runtime/harness/logging.go | 23 ++++++
 sdks/go/pkg/beam/core/runtime/options.go         |  8 +-
 sdks/go/pkg/beam/core/runtime/options_test.go    |  2 +-
 sdks/go/pkg/beam/core/util/hooks/hooks.go        | 82 ++++++++++++++++----
 sdks/go/pkg/beam/core/util/hooks/hooks_test.go   | 96 ++++++++++++++++++------
 6 files changed, 175 insertions(+), 40 deletions(-)