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

Paddy Horan resolved ARROW-6744.
--------------------------------
    Fix Version/s: 1.0.0
       Resolution: Fixed

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

> [Rust] Export JsonEqual trait in the array module
> -------------------------------------------------
>
>                 Key: ARROW-6744
>                 URL: https://issues.apache.org/jira/browse/ARROW-6744
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Rust
>            Reporter: Kyle McCarthy
>            Assignee: Kyle McCarthy
>            Priority: Trivial
>              Labels: easyfix, pull-request-available
>             Fix For: 1.0.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> ARROW-5901 added checking for array equality with JSON arrays. This added the 
> JsonEqual trait bound to the Array trait but it isn't exported making it 
> private.
> The JsonEqual is a public trait, but the equal module is private and the 
> JsonEqual trait isn't exported like the ArrayEqual trait.
> AFAIK this makes it impossible to implement your own arrays that are bound by 
> the Array trait.
> I suggest that JsonEqual is exported with pub use like the ArrayEqual trait 
> from the array module. 



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

Reply via email to