Commits


Kenta Murata authored and Wes McKinney committed 066ee43960b
ARROW-4906: [Format] Write about SparseMatrixIndexCSR format is sorted Currently, my implementation of SparseCSRIndex assumes indptr is sorted for each row. So I want to note it in the format documentation just in case. Author: Kenta Murata <mrkn@mrkn.jp> Closes #3929 from mrkn/fix_sparse_tensor_doc and squashes the following commits: b851bb723 <Kenta Murata> Write about SparseMatrixIndexCSR format is sorted