You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Chao Sun (JIRA)" <ji...@apache.org> on 2019/07/01 20:02:00 UTC

[jira] [Resolved] (ARROW-5358) [Rust] Implement equality check for ArrayData and Array

     [ https://issues.apache.org/jira/browse/ARROW-5358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chao Sun resolved ARROW-5358.
-----------------------------
       Resolution: Fixed
    Fix Version/s: 1.0.0

Issue resolved by pull request 4643
[https://github.com/apache/arrow/pull/4643]

> [Rust] Implement equality check for ArrayData and Array
> -------------------------------------------------------
>
>                 Key: ARROW-5358
>                 URL: https://issues.apache.org/jira/browse/ARROW-5358
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust
>            Reporter: Chao Sun
>            Assignee: Chao Sun
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>          Time Spent: 4h 20m
>  Remaining Estimate: 0h
>
> Currently {{Array}} doesn't implement the {{Eq}} trait. Although {{ArrayData}} derives from the {{PartialEq}} trait, the default implementation is not suitable here. Instead, we should implement customized equality comparison.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)