You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Chao Sun (JIRA)" <ji...@apache.org> on 2018/10/18 05:34:00 UTC

[jira] [Created] (ARROW-3549) Replace i64 with usize for some bit utility functions

Chao Sun created ARROW-3549:
-------------------------------

             Summary: Replace i64 with usize for some bit utility functions
                 Key: ARROW-3549
                 URL: https://issues.apache.org/jira/browse/ARROW-3549
             Project: Apache Arrow
          Issue Type: Bug
            Reporter: Chao Sun


We currently use {{i64}} in some bit utility functions. This can be replaced by {{usize}} to avoid unnecessary type conversions and invalid argument.



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