Commits


Kenta Murata authored and Antoine Pitrou committed 76db492c3de
ARROW-6393: [C++] Add EqualOptions support in SparseTensor::Equals Closes #6443 from mrkn/ARROW-6393 and squashes the following commits: f18acac8b <Kenta Murata> Fix format 2f8a52444 <Kenta Murata> Move a shortcut condition to more appropriate places 404ac64bb <Kenta Murata> Stop omitting braces around of if-body 54cabb00a <Kenta Murata> Stop inline 53da07114 <Kenta Murata> Rename "Floating" to "Float" 9d9173c87 <Kenta Murata> Explicitly initialize array members 93d83cee1 <Kenta Murata> Refactoring 13912185b <Kenta Murata> Add equality tests of sparse CSF tensors 571858391 <Kenta Murata> Support EqualOptions in CSR and CSC matrices defe1bd63 <Kenta Murata> Support EqualOptions in SparseCOOTensor::Equals Authored-by: Kenta Murata <mrkn@mrkn.jp> Signed-off-by: Antoine Pitrou <antoine@python.org>