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/31 16:50:58 UTC

[beam] branch master updated (4e786b0 -> 29c4431)

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 4e786b0  [BEAM-5875] Fix scope of dependency ensuring that it is packaged within the jar. (#6894)
     add 4e2ce75  Revert "[BEAM-5299] Define max timestamp for global window in proto (#6381)"
     new 29c4431  Revert "[BEAM-5299] Define max timestamp for global window in proto"

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:
 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, 17 insertions(+), 67 deletions(-)


[beam] 01/01: Revert "[BEAM-5299] Define max timestamp for global window in proto"

Posted by lc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 29c443162a2fe4c89d26336b30aa6e3a3bfbade8
Merge: 4e786b0 4e2ce75
Author: Lukasz Cwik <lc...@google.com>
AuthorDate: Wed Oct 31 09:50:50 2018 -0700

    Revert "[BEAM-5299] Define max timestamp for global window in proto"

 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, 17 insertions(+), 67 deletions(-)