edponce opened a new pull request #11082: URL: https://github.com/apache/arrow/pull/11082
This PR provides a kernel executors for string binary functions (StringBinaryTransformExecBase) that always expect the first parameter to be of string type and the second parameter is generic. It supports the following shapes for the binary parameters: * Scalar, Scalar * Array, Scalar - scalar is broadcasted and paired with all values from array * Array, Array - process arrays element-wise -- 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. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org