You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ud...@apache.org on 2019/06/19 18:13:30 UTC

[beam] 01/01: Merge pull request #8856: [BEAM-6877] Fix trivial_inference for Python 3.x

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

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

commit 221e0a5273a1c8f590df2c9f68666849a443250c
Merge: 4f7d802 4dc1c0b
Author: Udi Meiri <ud...@users.noreply.github.com>
AuthorDate: Wed Jun 19 11:13:13 2019 -0700

    Merge pull request #8856: [BEAM-6877] Fix trivial_inference for Python 3.x

 .../examples/streaming_wordcount_it_test.py        |   2 +-
 sdks/python/apache_beam/typehints/opcodes.py       |  89 ++++++++----
 .../apache_beam/typehints/trivial_inference.py     | 158 +++++++++++++++------
 .../typehints/trivial_inference_test.py            |  53 +++++--
 sdks/python/apache_beam/typehints/typehints.py     |  10 ++
 .../python/apache_beam/typehints/typehints_test.py |  11 ++
 6 files changed, 231 insertions(+), 92 deletions(-)