You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Ji Liu (JIRA)" <ji...@apache.org> on 2019/07/11 04:29:00 UTC

[jira] [Updated] (ARROW-5909) [Java] Optimize ByteFunctionHelpers equals & compare logic

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

Ji Liu updated ARROW-5909:
--------------------------
    Component/s: Java

> [Java] Optimize ByteFunctionHelpers equals & compare logic
> ----------------------------------------------------------
>
>                 Key: ARROW-5909
>                 URL: https://issues.apache.org/jira/browse/ARROW-5909
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Java
>            Reporter: Ji Liu
>            Assignee: Ji Liu
>            Priority: Minor
>
> Now it first compare Long values and then if length < 8 then it compares Byte values.
> Add the logic to compare Int values when 4 < length < 8.
>  



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