Commits


Renjie Liu authored and Neville Dipale committed b071f6b0810
ARROW-5901: [Rust] Add equals to json arrays. Checks whether an arrow array equals to an json array. This is motivated when I'm developing integration tests of parquet arrow reader. I use protobuf to generate both parquet data and json data, read parquet data to arrow, compare it with json data to verify the correct ness. Closes #4940 from liurenjie1024/arrow-5901 and squashes the following commits: c4815efc1 <Renjie Liu> Add tests to improve coverage cf3490727 <Renjie Liu> Fix comments d6b7c9cc5 <Renjie Liu> Fix code style problem b41d05746 <Renjie Liu> Add equals to json arrays. Authored-by: Renjie Liu <liurenjie2008@gmail.com> Signed-off-by: Neville Dipale <nevilledips@gmail.com>