You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2018/03/19 20:57:59 UTC

[beam] branch master updated (c707bc2 -> 8139899)

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

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


    from c707bc2  [BEAM-3676] Add Portable State Service
     add 95956ae  Add support for PaneInfo in WindowedValues
     new 8139899  Merge pull request #4763 [BEAM-3759] Add support for PaneInfo in WindowedValues

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:
 sdks/python/apache_beam/coders/coder_impl.pxd      |   5 +
 sdks/python/apache_beam/coders/coder_impl.py       |  91 ++++++++++++--
 .../apache_beam/coders/coders_test_common.py       |  32 +++++
 sdks/python/apache_beam/utils/windowed_value.pxd   |   3 +-
 sdks/python/apache_beam/utils/windowed_value.py    | 133 +++++++++++++++++++--
 .../apache_beam/utils/windowed_value_test.py       |  11 +-
 6 files changed, 255 insertions(+), 20 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
robertwb@apache.org.

[beam] 01/01: Merge pull request #4763 [BEAM-3759] Add support for PaneInfo in WindowedValues

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

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

commit 8139899cae8d93b42262fafc05959965d7e827eb
Merge: c707bc2 95956ae
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Mon Mar 19 13:57:55 2018 -0700

    Merge pull request #4763 [BEAM-3759] Add support for PaneInfo in WindowedValues
    
    [BEAM-3759] Add support for PaneInfo in WindowedValues

 sdks/python/apache_beam/coders/coder_impl.pxd      |   5 +
 sdks/python/apache_beam/coders/coder_impl.py       |  91 ++++++++++++--
 .../apache_beam/coders/coders_test_common.py       |  32 +++++
 sdks/python/apache_beam/utils/windowed_value.pxd   |   3 +-
 sdks/python/apache_beam/utils/windowed_value.py    | 133 +++++++++++++++++++--
 .../apache_beam/utils/windowed_value_test.py       |  11 +-
 6 files changed, 255 insertions(+), 20 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
robertwb@apache.org.