This is an automated email from the ASF dual-hosted git repository.
jkff pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 6672bec Merge pull request #5344: Fix compile error in
RemoteExecutionTest.
add abd8a81 [BEAM-2597] Flink batch ExecutableStage operator
new ab6d708 Merge pull request #5285: [BEAM-2597] Flink batch
ExecutableStage operator
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/runners/flink/ArtifactSourcePool.java | 61 ++++++
.../FlinkBatchPortablePipelineTranslator.java | 43 ++--
.../flink/FlinkPortablePipelineTranslator.java | 3 +-
.../functions/FlinkExecutableStageContext.java | 55 +++++
.../functions/FlinkExecutableStageFunction.java | 105 +++++++++-
.../FlinkExecutableStageFunctionTest.java | 231 +++++++++++++++++++++
.../fnexecution/control/OutputReceiverFactory.java | 6 +-
.../runners/fnexecution/provisioning/JobInfo.java | 3 +-
8 files changed, 481 insertions(+), 26 deletions(-)
create mode 100644
runners/flink/src/main/java/org/apache/beam/runners/flink/ArtifactSourcePool.java
create mode 100644
runners/flink/src/main/java/org/apache/beam/runners/flink/translation/functions/FlinkExecutableStageContext.java
create mode 100644
runners/flink/src/test/java/org/apache/beam/runners/flink/translation/functions/FlinkExecutableStageFunctionTest.java
--
To stop receiving notification emails like this one, please contact
[email protected].