Chao Sun created ARROW-5358: ------------------------------- Summary: [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
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)