[
https://issues.apache.org/jira/browse/ARROW-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17658908#comment-17658908
]
Rok Mihevc commented on ARROW-1877:
-----------------------------------
This issue has been migrated to [issue
#17870|https://github.com/apache/arrow/issues/17870] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> Incorrect comparison in JsonStringArrayList.equals
> --------------------------------------------------
>
> Key: ARROW-1877
> URL: https://issues.apache.org/jira/browse/ARROW-1877
> Project: Apache Arrow
> Issue Type: Bug
> Components: Java
> Affects Versions: 0.1.0
> Reporter: Venki Korukanti
> Assignee: Venki Korukanti
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.8.0
>
>
> [1] uses containsAll which could return wrong results. Ex. e1: [true, true,
> false], e2: [true, false, false].
> Remove the equals method and fallback on super class method which has correct
> implementation.
> [1]
> https://github.com/apache/arrow/blob/7a4026a2b43b164ac28c96e1e796c02ca9efe496/java/vector/src/main/java/org/apache/arrow/vector/util/JsonStringArrayList.java#L55
--
This message was sent by Atlassian Jira
(v8.20.10#820010)