You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Greg Hogan (JIRA)" <ji...@apache.org> on 2016/09/20 14:15:20 UTC

[jira] [Closed] (FLINK-4572) Convert to negative in LongValueToIntValue

     [ https://issues.apache.org/jira/browse/FLINK-4572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Hogan closed FLINK-4572.
-----------------------------
    Resolution: Fixed

Fixed in e58fd6e001b319aa7325a0544735f8c0680141d8

> Convert to negative in LongValueToIntValue
> ------------------------------------------
>
>                 Key: FLINK-4572
>                 URL: https://issues.apache.org/jira/browse/FLINK-4572
>             Project: Flink
>          Issue Type: Bug
>          Components: Gelly
>    Affects Versions: 1.2.0
>            Reporter: Greg Hogan
>            Assignee: Greg Hogan
>            Priority: Minor
>             Fix For: 1.2.0
>
>
> The Gelly drivers expect that scale 32 edges, represented by the lower 32 bits of {{long}} values, can be converted to {{int}} values. Values between 2^31 and 2^32 - 1 should be converted to negative integers, which is not supported by {{MathUtils.checkedDownCast}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)