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

[beam] branch master updated (c22f949 -> f20e90a)

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

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


    from c22f949  Merge pull request #6891: Add new GitHub data source to Community Metrics input freshness dashboard
     add f20e90a  [BEAM-5299] Define max timestamp for global window in proto (#6381)

No new revisions were added by this update.

Summary of changes:
 model/pipeline/src/main/proto/beam_runner_api.proto    | 18 ++++++++++++++++++
 sdks/go/pkg/beam/core/graph/mtime/time.go              |  1 +
 sdks/java/core/build.gradle                            |  2 ++
 .../beam/sdk/transforms/windowing/BoundedWindow.java   | 13 ++++++++++---
 .../beam/sdk/transforms/windowing/GlobalWindow.java    | 15 ++++++++++++---
 .../java/org/apache/beam/SdkCoreApiSurfaceTest.java    |  1 +
 sdks/python/apache_beam/io/iobase.py                   |  6 ++++--
 sdks/python/apache_beam/portability/common_urns.py     |  6 ++++++
 sdks/python/apache_beam/transforms/window.py           | 14 +++++++-------
 sdks/python/apache_beam/utils/timestamp.py             |  8 ++++++--
 10 files changed, 67 insertions(+), 17 deletions(-)