You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Valentyn Tymofieiev (JIRA)" <ji...@apache.org> on 2018/10/11 19:41:00 UTC

[jira] [Commented] (BEAM-5720) Default coder breaks with large ints on Python 3

    [ https://issues.apache.org/jira/browse/BEAM-5720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16646961#comment-16646961 ] 

Valentyn Tymofieiev commented on BEAM-5720:
-------------------------------------------

Thank you. Which test are you referring to?
Also, in the future, let's file Python 3 issues as subtasks of BEAM-1251 to simplify tracking.

> Default coder breaks with large ints on Python 3
> ------------------------------------------------
>
>                 Key: BEAM-5720
>                 URL: https://issues.apache.org/jira/browse/BEAM-5720
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-py-core
>            Reporter: Robert Bradshaw
>            Assignee: Valentyn Tymofieiev
>            Priority: Major
>
> The test for `int` includes greater than 64-bit values, which causes an overflow error later in the code. We need to only use that coding scheme for machine-sized ints. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)