This is an automated email from the ASF dual-hosted git repository.
mxm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from e7f7399 Merge pull request #8521: [BEAM-7239] Add
withDataSourceProviderFn() to JdbcIO
add a2900ac [BEAM-7008] adding UTF8 String coder to Java SDK ModelCoder
new 0edab50 Merge pull request #8228: [BEAM-7008] adding UTF8 String
coder to Java SDK ModelCoders
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../beam/model/fnexecution/v1/standard_coders.yaml | 24 +++++++
.../core/construction/ModelCoderRegistrar.java | 3 +
.../runners/core/construction/ModelCoders.java | 2 +
.../core/construction/CoderTranslationTest.java | 1 +
.../runners/core/construction/CommonCoderTest.java | 9 ++-
.../streaming/ExecutableStageDoFnOperator.java | 3 +-
.../streaming/ExecutableStageDoFnOperatorTest.java | 2 +-
.../worker/fn/control/TimerReceiverTest.java | 4 +-
.../fnexecution/control/RemoteExecutionTest.java | 80 ++++++++--------------
9 files changed, 72 insertions(+), 56 deletions(-)