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/12/05 11:04:49 UTC

[beam] branch master updated (681b5cd -> e7ab8c4)

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 681b5cd  Merge pull request #7204:  [BEAM-5884] Fix FieldType comparison in BeamSQL
     add 33453c2  Revert "Revert "Optimize several Python coder implementations.""
     add 50d8392  [BEAM-6153] Stricter interval window comparison.
     add e7ab8c4  Merge pull request #7170 from [BEAM-6153] Re-enable coder optimization.

No new revisions were added by this update.

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, 242 insertions(+), 71 deletions(-)