You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by cc...@apache.org on 2018/07/02 23:55:57 UTC

[beam] branch master updated (f53bc09 -> a56ce43)

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

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


    from f53bc09  Merge pull request #5856: Remove aliased tables in Nexmark SQL query 5
     add ffe4eab  Futurize typehints subpackage
     add 7b79c0d  Address PR comments
     new a56ce43  Merge pull request #5337 from RobbeSneyders/typehints

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/typehints/__init__.py      |  2 ++
 sdks/python/apache_beam/typehints/decorators.py    |  9 +++++++--
 .../typehints/native_type_compatibility.py         |  4 ++++
 .../typehints/native_type_compatibility_test.py    |  2 ++
 sdks/python/apache_beam/typehints/opcodes.py       |  9 ++++++---
 .../apache_beam/typehints/trivial_inference.py     | 13 ++++++++++++-
 .../typehints/trivial_inference_test.py            |  3 +++
 sdks/python/apache_beam/typehints/typecheck.py     | 21 +++++++++++++--------
 .../apache_beam/typehints/typed_pipeline_test.py   |  3 +++
 sdks/python/apache_beam/typehints/typehints.py     | 22 +++++++++++++++++-----
 .../python/apache_beam/typehints/typehints_test.py |  5 +++++
 sdks/python/tox.ini                                |  1 +
 12 files changed, 75 insertions(+), 19 deletions(-)


[beam] 01/01: Merge pull request #5337 from RobbeSneyders/typehints

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

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

commit a56ce43109c97c739fa08adca45528c41e3c925c
Merge: f53bc09 7b79c0d
Author: Charles Chen <ch...@users.noreply.github.com>
AuthorDate: Mon Jul 2 16:55:52 2018 -0700

    Merge pull request #5337 from RobbeSneyders/typehints
    
    [BEAM-4007] Futurize typehints subpackage

 sdks/python/apache_beam/typehints/__init__.py      |  2 ++
 sdks/python/apache_beam/typehints/decorators.py    |  9 +++++++--
 .../typehints/native_type_compatibility.py         |  4 ++++
 .../typehints/native_type_compatibility_test.py    |  2 ++
 sdks/python/apache_beam/typehints/opcodes.py       |  9 ++++++---
 .../apache_beam/typehints/trivial_inference.py     | 13 ++++++++++++-
 .../typehints/trivial_inference_test.py            |  3 +++
 sdks/python/apache_beam/typehints/typecheck.py     | 21 +++++++++++++--------
 .../apache_beam/typehints/typed_pipeline_test.py   |  3 +++
 sdks/python/apache_beam/typehints/typehints.py     | 22 +++++++++++++++++-----
 .../python/apache_beam/typehints/typehints_test.py |  5 +++++
 sdks/python/tox.ini                                |  1 +
 12 files changed, 75 insertions(+), 19 deletions(-)