You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Ben Kietzman (Jira)" <ji...@apache.org> on 2019/10/02 17:15:00 UTC

[jira] [Created] (ARROW-6772) [C++] Add operator== for interfaces with an Equals() method

Ben Kietzman created ARROW-6772:
-----------------------------------

             Summary: [C++] Add operator== for interfaces with an Equals() method
                 Key: ARROW-6772
                 URL: https://issues.apache.org/jira/browse/ARROW-6772
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Ben Kietzman
            Assignee: Ben Kietzman


A common pattern in tests is {{ASSERT_TRUE(schm->Equals(*other)}}. The addition of overloaded equality operators will allow this o be written {{ASSERT_EQ(*schm, *other)}}, which is more idiomatic GTEST usage and will allow more informative assertion failure messages.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)