Open
Description
Describe the enhancement requested
There might well be an umbrella issue for this. But with pyarrow, pa.compute.replace_with_mask
is currently lacking a kernel for filling in halffloat
values. I get a pyarrow.lib.ArrowNotImplementedError: Function 'replace_with_mask' has no kernel matching input types (halffloat, bool, halffloat)
error when I try.
Component(s)
Python