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 603d651  Merge pull request #5871 from Use main output for cold keys.
     add fbaf9ac  Support @RequiresStableInput on Dataflow runner in Java SDK
     new 66d1014  Merge pull request #5787: [BEAM-4684] Support 
@RequiresStableInput on Dataflow runner in Java SDK

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/PTransformMatchers.java      |  58 +++++++++++
 .../core/construction/PTransformMatchersTest.java  |  27 +++++
 .../beam/runners/dataflow/DataflowRunner.java      |  10 ++
 .../RequiresStableInputParDoOverrides.java         | 113 +++++++++++++++++++++
 .../main/java/org/apache/beam/sdk/Pipeline.java    |  19 ++--
 .../apache/beam/sdk/runners/PTransformMatcher.java |  11 ++
 6 files changed, 230 insertions(+), 8 deletions(-)
 create mode 100644 
runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/RequiresStableInputParDoOverrides.java

Reply via email to