Aleksandr Polovtcev created IGNITE-20243: --------------------------------------------
Summary: Introduce a Matcher for BinaryRows Key: IGNITE-20243 URL: https://issues.apache.org/jira/browse/IGNITE-20243 Project: Ignite Issue Type: Task Reporter: Aleksandr Polovtcev Assignee: Aleksandr Polovtcev In tests we often need to compare two given {{BinaryRow}}s. Unfortunately, we cannot use {{equals}} and, as a consequence, {{assertEquals}}, because {{BinaryRow}} has two implemenations: {{Row}} and {{BinaryRowImpl}} which are used interchangeably. To solve this problem, it is proposed to add a Hamcrest Matcher, that will allow to compare two {{BinaryRows}} regardless of their implementation. -- This message was sent by Atlassian Jira (v8.20.10#820010)