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 a3028ef Compatibility Matrix: Build 'shadowJar' instead of regular
jar (#6348)
add a7a788c Cleanup FlinkExecutableStageContext and related classes.
new 6df2ef3 Merge pull request #6345 from
tweise/flinkExecutableStageContextCleanup
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 | 5 +--
.../FlinkStreamingPortablePipelineTranslator.java | 2 +-
...ava => FlinkDefaultExecutableStageContext.java} | 38 +++++-----------------
.../functions/FlinkExecutableStageContext.java | 4 +--
.../functions/FlinkExecutableStageFunction.java | 18 ++++++++--
.../streaming/ExecutableStageDoFnOperator.java | 6 ++--
.../streaming/ExecutableStageDoFnOperatorTest.java | 3 +-
.../control/DockerJobBundleFactory.java | 4 ---
8 files changed, 34 insertions(+), 46 deletions(-)
rename
runners/flink/src/main/java/org/apache/beam/runners/flink/translation/functions/{FlinkBatchExecutableStageContext.java
=> FlinkDefaultExecutableStageContext.java} (53%)