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 LiuNow 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)
