Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.3.0
-
None
Description
see https://github.com/ray-project/ray/issues/500
The division "remaining /= dimsize" in cpp/src/arrow/tensor.cc:45 raises a division by zero exception if dimsize = 0.
This was found by https://github.com/stephanie-wang.