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 4378376 Merge pull request #15155 from emilymye/pythonsync
add 4193828 [Beam-10166] Improve execution time errors (#15206)
No new revisions were added by this update.
Summary of changes:
sdks/go/pkg/beam/core/runtime/exec/combine.go | 13 ++++-
sdks/go/pkg/beam/core/runtime/exec/pardo.go | 14 +++++-
sdks/go/pkg/beam/core/runtime/exec/util.go | 23 +++++++--
sdks/go/pkg/beam/core/runtime/exec/util_test.go | 67 +++++++++++++++++++++++++
sdks/go/pkg/beam/testing/passert/equals_test.go | 1 +
5 files changed, 111 insertions(+), 7 deletions(-)
create mode 100644 sdks/go/pkg/beam/core/runtime/exec/util_test.go