This is an automated email from the ASF dual-hosted git repository.
lcwik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 716e3b1 [BEAM-4665] Allow joining a running dataflow pipeline without
throwing (#16689)
add 0701655 [BEAM-13801] Add standard coder tests for state backed
iterable. (#16696)
No new revisions were added by this update.
Summary of changes:
.../beam/model/fnexecution/v1/standard_coders.yaml | 73 +++++++++++++++++++
.../core/construction/ModelCoderRegistrar.java | 49 ++++++-------
.../core/construction/CoderTranslationTest.java | 8 +--
.../runners/fnexecution/wire}/CommonCoderTest.java | 81 +++++++++++++++++++---
.../go/test/regression/coders/fromyaml/fromyaml.go | 4 ++
.../apache_beam/coders/standard_coders_test.py | 14 ++++
6 files changed, 191 insertions(+), 38 deletions(-)
rename
runners/{core-construction-java/src/test/java/org/apache/beam/runners/core/construction
=>
java-fn-execution/src/test/java/org/apache/beam/runners/fnexecution/wire}/CommonCoderTest.java
(86%)