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

Neville Dipale resolved ARROW-10402.
------------------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

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

> [Rust] Improve array equality
> -----------------------------
>
>                 Key: ARROW-10402
>                 URL: https://issues.apache.org/jira/browse/ARROW-10402
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust
>            Reporter: Jorge Leitão
>            Assignee: Jorge Leitão
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.0.0
>
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> Currently, equality between two arrays requires downcasting the array to the 
> correct type before comparing them. This is not very ergonomic.
> The root cause of this is that array equality currently depends on the 
> concrete types. I.e. the actual calculations depend on the concrete type.
> The goal of this task is to simplify array equality by making it independent 
> of the concrete type that the array depends on.
>  



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

Reply via email to