-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
library(reticulate)
pa <- import("pyarrow")
pa$array(c(1,2,3))$cast(pa$float16())
#> Error in py_call_impl(callable, dots$args, dots$keywords): ArrowNotImplementedError: No cast implemented from double to halffloat
#>
#> Detailed traceback:
#> File "pyarrow/array.pxi", line 277, in pyarrow.lib.Array.cast (/Users/travis/build/BryanCutler/arrow-dist/arrow/python/build/temp.macosx-10.6-intel-3.6/lib.cxx:30459)
#> File "pyarrow/error.pxi", line 85, in pyarrow.lib.check_status (/Users/travis/build/BryanCutler/arrow-dist/arrow/python/build/temp.macosx-10.6-intel-3.6/lib.cxx:8570)Reporter: Romain Francois / @romainfrancois
Watchers: Rok Mihevc / @rok
Related issues:
- [R] Implement halffloat -> R conversion (blocks)
- [C++] C++ array kernels framework and execution buildout (umbrella issue) (is a child of)
- [Python] Unable to cast
HalffloatArraytoFloatorDouble(supercedes) - [C++] vendor a half precision floating point library (depends upon)
Note: This issue was originally created as ARROW-3802. Please see the migration documentation for further details.