Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
Currently the Take kernel returns generic Invalid Status for certain cases, that could use more specific error:
- indices of wrong type (eg floats) -> TypeError instead of Invalid?
- out of bounds index -> new IndexError ?
From review in https://github.com/apache/arrow/pull/4281
cc bkietz
Attachments
Issue Links
- is related to
-
ARROW-772 [C++] Implement take kernel functions
- Resolved
- links to