Commits


Kenta Murata authored and Wes McKinney committed 7b782e57352
ARROW-7420: [C++] Migrate tensor related APIs to Result-returning version I'd like to modify tensor-related APIs, both internal and public, to use `Result<T>` for the return values. Moreover, I've fixed a bug of `SparseCSXIndex::ValidateShape` for CSC format. Closes #6070 from mrkn/ARROW-7420 and squashes the following commits: ac5d402f0 <Kenta Murata> Fix pyarrow 7fa4642eb <Kenta Murata> Fix arrow-glib 5b3b3ee54 <Kenta Murata> Let tensor related APIs use Result<T> for return types ee20671d1 <Kenta Murata> Fix SparseCSXIndex::ValidateShape for CSC format 74a76507b <Kenta Murata> Fix the validation of tensor shape elements Authored-by: Kenta Murata <mrkn@mrkn.jp> Signed-off-by: Wes McKinney <wesm+git@apache.org>