This is an automated email from the ASF dual-hosted git repository.
thw pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 908fbcf Merge pull request #5502: [BEAM-4324] Enforce ErrorProne
analysis in sorter extensions
add 6ed4d55 [BEAM-4297] Streaming executable stage translation and
operator for portable Flink runner.
add c6a0bf3 [BEAM-4297] Add serialization test and make output mapping
stable.
new c63de03 Merge pull request #5407: [BEAM-4297] Streaming executable
stage translation and operator for portable Flink runner.
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:
.../FlinkBatchPortablePipelineTranslator.java | 15 +-
.../FlinkStreamingPortablePipelineTranslator.java | 102 +++++-
...info.java => FlinkPipelineTranslatorUtils.java} | 24 +-
.../streaming/ExecutableStageDoFnOperator.java | 228 +++++++++++++
.../streaming/ExecutableStageDoFnOperatorTest.java | 369 +++++++++++++++++++++
5 files changed, 723 insertions(+), 15 deletions(-)
copy
runners/flink/src/main/java/org/apache/beam/runners/flink/translation/utils/{package-info.java
=> FlinkPipelineTranslatorUtils.java} (54%)
create mode 100644
runners/flink/src/main/java/org/apache/beam/runners/flink/translation/wrappers/streaming/ExecutableStageDoFnOperator.java
create mode 100644
runners/flink/src/test/java/org/apache/beam/runners/flink/streaming/ExecutableStageDoFnOperatorTest.java
--
To stop receiving notification emails like this one, please contact
[email protected].