Describe the enhancement requested
Follow-up from #47447
As suggested by @AlenkaF during the review of #47447, we should add tests for regular use of the replace_with_mask kernel in PyArrow. Currently there are no Python-level tests for the standard (non-null type) usage of replace_with_mask.
What needs to be done:
Need to Add Python tests for replace_with_mask with various types
Cover scalar mask, array mask, and some edge cases
CC @AlenkaF
Please assign the Issue to me
Component(s)
Python
Describe the enhancement requested
Follow-up from #47447
As suggested by @AlenkaF during the review of #47447, we should add tests for regular use of the
replace_with_maskkernel in PyArrow. Currently there are no Python-level tests for the standard (non-null type) usage ofreplace_with_mask.What needs to be done:
Need to Add Python tests for
replace_with_maskwith various typesCover scalar mask, array mask, and some edge cases
CC @AlenkaF
Please assign the Issue to me
Component(s)
Python