[C++][Tensor] Fix column-major issues in COOTensor
Open
Component: C++
Type: bug
- Dominant language
- C++
- Stars
- 17.1k
- Forks
- 4.3k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 88
Description
### Describe the bug, including details regarding any error messages, version, and platform.
As mentioned [here, case 2](https://github.com/apache/arrow/issues/47520#issue-3390224631) and [here](https://github.com/apache/arrow/issues/47520#issuecomment-3266284243), `COOTensor` cannot handle creation from a column-major tensor or conversion to a dense tensor from column-major indices.
### Component(s)
C++
Contributor guide
Assessment
This issue has not been assessed yet.