pratyushadk commented on issue #50906:
URL: https://github.com/apache/arrow/issues/50906#issuecomment-5397127459
Found this while exploring the codebase. In
`cpp/src/arrow/tensor/csx_converter.cc`, Kenta Murata had left `return
Status::NotImplemented("TODO for ndim <= 1")` in
[16b2a44](https://github.com/apache/arrow/commit/16b2a44be2b71bc1a7c95df70795664b4d450b6d)
during a refactor. It read like a deferred task rather than a design decision,
especially since `ndim > 2` uses `Invalid` instead. The fact that COO already
handles 1D but CSR doesn't made the gap feel worth closing for me.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]