You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2018/11/30 02:04:52 UTC

[beam] branch master updated (96fe92d -> fc373df)

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

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


    from 96fe92d  Merge pull request #7167 from lostluck/fixtypos
     add 4a6527d  Revert "Optimize several Python coder implementations."
     new fc373df  Merge pull request #7166 from apache/revert-7130-fast-coders

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      | 60 +-------------
 sdks/python/apache_beam/coders/coder_impl.py       | 94 +++++++++-------------
 sdks/python/apache_beam/coders/coders.py           |  2 +-
 .../apache_beam/tools/coders_microbenchmark.py     | 50 ++----------
 sdks/python/apache_beam/transforms/window.py       | 26 ++++--
 sdks/python/apache_beam/utils/windowed_value.pxd   | 19 -----
 sdks/python/apache_beam/utils/windowed_value.py    | 61 +-------------
 sdks/python/scripts/generate_pydoc.sh              |  1 -
 8 files changed, 71 insertions(+), 242 deletions(-)


[beam] 01/01: Merge pull request #7166 from apache/revert-7130-fast-coders

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

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

commit fc373df8eebaacab0b8e82c0cccaae93850b797e
Merge: 96fe92d 4a6527d
Author: Ahmet Altay <aa...@gmail.com>
AuthorDate: Thu Nov 29 18:04:45 2018 -0800

    Merge pull request #7166 from apache/revert-7130-fast-coders
    
    [BEAM-6153] Revert "Optimize several Python coder implementations."

 sdks/python/apache_beam/coders/coder_impl.pxd      | 60 +-------------
 sdks/python/apache_beam/coders/coder_impl.py       | 94 +++++++++-------------
 sdks/python/apache_beam/coders/coders.py           |  2 +-
 .../apache_beam/tools/coders_microbenchmark.py     | 50 ++----------
 sdks/python/apache_beam/transforms/window.py       | 26 ++++--
 sdks/python/apache_beam/utils/windowed_value.pxd   | 19 -----
 sdks/python/apache_beam/utils/windowed_value.py    | 61 +-------------
 sdks/python/scripts/generate_pydoc.sh              |  1 -
 8 files changed, 71 insertions(+), 242 deletions(-)