Kyle McCarthy created ARROW-6744:
------------------------------------
Summary: 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
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)