You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Bryan Cutler (JIRA)" <ji...@apache.org> on 2017/07/04 18:08:00 UTC

[jira] [Created] (ARROW-1184) [Java] Dictionary.equals is not working correctly

Bryan Cutler created ARROW-1184:
-----------------------------------

             Summary: [Java] Dictionary.equals is not working correctly
                 Key: ARROW-1184
                 URL: https://issues.apache.org/jira/browse/ARROW-1184
             Project: Apache Arrow
          Issue Type: Bug
          Components: Java - Vectors
            Reporter: Bryan Cutler


The {{Dictionary.equals}} method does not return True when the dictionaries are equal.  This is because {{equals}} is not implemented for FieldVector and so that comparison defaults to comparing the two objects only and not the vector data.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)