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

[jira] [Resolved] (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 ]

Micah Kornfield resolved ARROW-5909.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.0.0

Issue resolved by pull request 4852
[https://github.com/apache/arrow/pull/4852]

> [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
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> 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.14#76016)