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)