lidavidm opened a new pull request #10412:
URL: https://github.com/apache/arrow/pull/10412


   This implements a kernel equivalent to NumPy's `arr[mask] = [values]`, i.e. 
given an array and an equal-length (or scalar) boolean mask, along with an 
array of replacement values passed via options, each array item for which the 
corresponding mask value is `true` is replaced with the next value from the 
replacement value array.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to