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/08/15 13:13:00 UTC

[jira] [Created] (ARROW-6250) [Java] Implement ApproxEqualsVisitor comparing approx for floating point

Ji Liu created ARROW-6250:
-----------------------------

             Summary: [Java] Implement ApproxEqualsVisitor comparing approx for floating point
                 Key: ARROW-6250
                 URL: https://issues.apache.org/jira/browse/ARROW-6250
             Project: Apache Arrow
          Issue Type: New Feature
          Components: Java
            Reporter: Ji Liu
            Assignee: Ji Liu


Currently we already implemented {{RangeEqualsVisitor/VectorEqualsVisitor}} for comparing range/vector.

And ARROW-6211 is created to make {{ValueVector}} work with generic visitor.

We should also implement {{ApproxEqualsVisitor}} to compare floating point just like cpp does

[https://github.com/apache/arrow/blob/master/cpp/src/arrow/compare.cc]



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