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

[jira] [Created] (ARROW-6022) [Java] Support equals API in ValueVector to compare two vectors equal

Ji Liu created ARROW-6022:
-----------------------------

             Summary: [Java] Support equals API in ValueVector to compare two vectors equal
                 Key: ARROW-6022
                 URL: https://issues.apache.org/jira/browse/ARROW-6022
             Project: Apache Arrow
          Issue Type: New Feature
          Components: Java
            Reporter: Ji Liu
            Assignee: Ji Liu


In some case, this feature is useful.

In ARROW-1184, {{Dictionary#equals}} not work due to the lack of this API.

Moreover, we already implemented {{equals(int index, ValueVector target, int targetIndex)}}, so this new added API could reuse it.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)