This is an automated email from the ASF dual-hosted git repository.
iemejia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 391f63d Merge pull request #5940: [BEAM-4792] Adds a naive
implementation of bounded SDFs to all runners
add d2b86db Rename COMBINE_TRANSFORM_URN to the more proper
COMBINE_PER_KEY_TRANSFORM_URN
new 92dbc3a Merge pull request #5899: Rename COMBINE_TRANSFORM_URN to the
more proper COMBINE_PER_KEY_TRANSFORM_URN
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:
.../apache/beam/runners/core/construction/CombineTranslation.java | 6 +++---
.../org/apache/beam/runners/core/construction/Environments.java | 2 +-
.../beam/runners/core/construction/PTransformTranslation.java | 4 +++-
.../org/apache/beam/runners/core/construction/EnvironmentsTest.java | 4 ++--
.../beam/runners/core/construction/PipelineTranslationTest.java | 2 +-
.../main/java/org/apache/beam/runners/direct/MultiStepCombine.java | 2 +-
.../apache/beam/runners/flink/FlinkBatchTransformTranslators.java | 2 +-
.../beam/runners/flink/FlinkStreamingTransformTranslators.java | 3 ++-
.../beam/runners/samza/translation/SamzaPipelineTranslator.java | 4 ++--
9 files changed, 16 insertions(+), 13 deletions(-)