You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ec...@apache.org on 2019/10/21 15:09:57 UTC

[beam] branch master updated (6df727b -> d577262)

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

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


    from 6df727b  Merge pull request #9829: [BEAM-8430] Change py default sdk_worker_parallelism to 1
     new 19e9d10  [BEAM-5690] Fix Zero value issue with countByKey transform in Spark Runner
     new a24e256  [BEAM-5690] Addressing review comments
     new d577262  Merge pull request #9567 from bmv126/count_by_key_fix_sr

The 23528 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:
 .../SparkGroupAlsoByWindowViaWindowSet.java        |  4 ++
 .../spark/stateful/SparkTimerInternals.java        |  2 +-
 .../apache/beam/runners/spark/util/TimerUtils.java | 44 ++++++++++++++++++++
 .../translation/streaming/CreateStreamTest.java    | 47 ++++++++++++++++++++++
 4 files changed, 96 insertions(+), 1 deletion(-)
 create mode 100644 runners/spark/src/main/java/org/apache/beam/runners/spark/util/TimerUtils.java