This is an automated email from the ASF dual-hosted git repository.
kenn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 8e14be0 Merge pull request #4405
add 1bcf895 Expose side inputs in CombineTranslation and refactor
portable translation
add 5ddf50b Use portable constructs in Flink batch translator
new b88d150 Merge pull request #4343: [BEAM-2795] Use portable constructs
in Flink batch translator
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:
.../core/construction/CombineTranslation.java | 69 ++++++++--
.../construction/PCollectionViewTranslation.java | 102 +++++++++++++++
.../core/construction/ParDoTranslation.java | 67 +---------
.../core/construction/PipelineTranslation.java | 2 +-
.../core/construction/WriteFilesTranslation.java | 2 +-
.../core/construction/ParDoTranslationTest.java | 2 +-
runners/flink/pom.xml | 11 ++
.../flink/FlinkBatchPipelineTranslator.java | 5 +-
.../flink/FlinkBatchTransformTranslators.java | 143 +++++++++++++++------
.../flink/FlinkPipelineExecutionEnvironment.java | 1 +
10 files changed, 288 insertions(+), 116 deletions(-)
create mode 100644
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/PCollectionViewTranslation.java
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].