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:29 UTC

[beam] branch master updated (4f7d802 -> 221e0a5)

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

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


    from 4f7d802  [BEAM-7467] Do not run gearpump pipeline remotely by default
     add db30622  [BEAM-6877] Fix trivial_inference for Python 3.x
     add 29807c8  Address review comments
     add 4dc1c0b  Allow more time for IT pipeline to run
     new 221e0a5  Merge pull request #8856: [BEAM-6877] Fix trivial_inference for Python 3.x

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:
 .../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(-)


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

Posted by ud...@apache.org.
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(-)