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] [Created] (ARROW-5909) [Java] Optimize ByteFunctionHelpers equals & compare logic

Ji Liu created ARROW-5909:
-----------------------------

             Summary: [Java] Optimize ByteFunctionHelpers equals & compare logic
                 Key: ARROW-5909
                 URL: https://issues.apache.org/jira/browse/ARROW-5909
             Project: Apache Arrow
          Issue Type: Improvement
            Reporter: Ji Liu
            Assignee: Ji Liu


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)