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 3a52bb1 Merge pull request #5312: Add a Pipeline Constructor to
QueryablePipeline
add 453336e [BEAM-3515] Portable translation of SplittableProcessKeyed
add 911e634 Fixes compile error in FlinkExecutableStageFunctionTest
add 11590a1 Sickbays flaky test
new bb319db Merge pull request #5277: [BEAM-3515] Portable translation of
SplittableProcessKeyed
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:
.../pipeline/src/main/proto/beam_runner_api.proto | 14 ++-
.../core/construction/PTransformTranslation.java | 3 +
.../core/construction/ParDoTranslation.java | 64 +++++++++--
.../runners/core/construction/SplittableParDo.java | 107 ++++++++++++++++--
.../core/construction/EnvironmentsTest.java | 2 +
.../core/construction/ParDoTranslationTest.java | 2 +-
.../apache/beam/runners/direct/DirectRunner.java | 2 +-
.../runners/flink/FlinkTransformOverrides.java | 3 +-
.../FlinkExecutableStageFunctionTest.java | 24 ++--
.../dataflow/DataflowPipelineTranslator.java | 36 +++---
.../dataflow/PrimitiveParDoSingleFactory.java | 37 +++---
.../beam/runners/dataflow/TransformTranslator.java | 5 +
.../dataflow/DataflowPipelineTranslatorTest.java | 124 +++++++++++++--------
.../fnexecution/data/GrpcDataServiceTest.java | 2 +
14 files changed, 293 insertions(+), 132 deletions(-)
--
To stop receiving notification emails like this one, please contact
[email protected].