You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by re...@apache.org on 2021/10/27 17:20:53 UTC

[beam] branch master updated (3fcc584 -> f8d3c1b)

This is an automated email from the ASF dual-hosted git repository.

reuvenlax pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 3fcc584  Merge pull request #15796: [BEAM-13108] Support JSON types in Storage API sink
     add f8d3c1b  Merge pull request #15731: [BEAM-13067]  Mark GroupIntoBatches output as preserving keys

No new revisions were added by this update.

Summary of changes:
 .../core/construction/PTransformMatchers.java      |  20 ++++
 .../dataflow/DataflowPipelineTranslator.java       |  14 +--
 .../beam/runners/dataflow/DataflowRunner.java      |  22 ++++-
 .../runners/dataflow/GroupIntoBatchesOverride.java | 108 ++++++++++++++++++++-
 .../dataflow/DataflowPipelineTranslatorTest.java   |  80 ++++++++++++++-
 5 files changed, 226 insertions(+), 18 deletions(-)