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/10/16 07:20:52 UTC

[beam] 01/01: Merge pull request #6659 [BEAM-5720] Fix encoding of large python ints in Python 3.

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

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

commit ce3cd08f52b9c75667bab4de53f6c1e39651141c
Merge: bf44e57 2747564
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Tue Oct 16 09:20:43 2018 +0200

    Merge pull request #6659 [BEAM-5720] Fix encoding of large python ints in Python 3.
    
    [BEAM-5720] Fix encoding of large python ints in Python 3.

 sdks/python/apache_beam/coders/coder_impl.pxd      |  7 ++---
 sdks/python/apache_beam/coders/coder_impl.py       | 30 +++++++++++++++++++---
 .../apache_beam/coders/coders_test_common.py       |  4 +++
 3 files changed, 34 insertions(+), 7 deletions(-)