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 06626df Merge pull request #5803: Flink upload jobserver jar to flink
remote environment
add 4952acb [BEAM-4659] Add well known timer coder to Java SDK.
new efe0aaf [BEAM-4659] Add well known timer coder to Java SDK.
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 | 14 +++
.../core/construction/CoderTranslators.java | 14 +++
.../core/construction/ModelCoderRegistrar.java | 2 +
.../runners/core/construction/ModelCoders.java | 2 +
.../beam/runners/core/construction/Timer.java | 131 +++++++++++++++++++++
.../core/construction/CoderTranslationTest.java | 1 +
.../runners/core/construction/CommonCoderTest.java | 13 ++
.../beam/runners/core/construction/TimerTest.java | 74 ++++++++++++
.../apache_beam/testing/data/standard_coders.yaml | 1 -
9 files changed, 251 insertions(+), 1 deletion(-)
create mode 100644
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/Timer.java
create mode 100644
runners/core-construction-java/src/test/java/org/apache/beam/runners/core/construction/TimerTest.java