Commit 49ae992
vkorukanti
ARROW-1877: Fix incorrect equals method in JsonStringArrayList
Currently it 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 the correct implementation.1 parent ded2402 commit 49ae992
File tree
1 file changed
+0
-16
lines changed- java/vector/src/main/java/org/apache/arrow/vector/util
1 file changed
+0
-16
lines changedLines changed: 0 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 42 | | |
59 | 43 | | |
60 | 44 | | |
| |||
0 commit comments