Commits


Kyle McCarthy authored and Krisztián Szűcs committed a8e2057bd23
ARROW-6744: [Rust] Publicly expose JsonEqual Jira Issue: https://issues.apache.org/jira/browse/ARROW-6744 As of right now, devs using arrow in their own project cannot implement the Array trait since it is bound by JsonEqual, which isn't exported publicly. I am not sure if this was done intentionally, but if not this PR will resolve the problem. Closes #5549 from kyle-mccarthy/master and squashes the following commits: fc2175008 <Kyle McCarthy> ARROW-6744: Publicly expose JsonEqual Authored-by: Kyle McCarthy <kyle@creativeanvil.com> Signed-off-by: Paddy Horan <paddyhoran@hotmail.com>