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 9de4bd9 Merge pull request #15915: [beam-12737] add API to handle
failed rows in the collection due to sql query runtime error
add 42e1ae8 [BEAM-3293] Finish E2E implementation of MultiMap side
inputs, add integration test (#15981)
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 1 +
sdks/go/pkg/beam/core/runtime/exec/fn.go | 27 ++++----
sdks/go/pkg/beam/core/runtime/exec/fn_test.go | 13 ++++
sdks/go/pkg/beam/core/runtime/exec/input.go | 6 +-
sdks/go/test/integration/integration.go | 2 +
sdks/go/test/integration/primitives/pardo.go | 75 +++++++++++++++++++++++
sdks/go/test/integration/primitives/pardo_test.go | 5 ++
7 files changed, 114 insertions(+), 15 deletions(-)