maartenbreddels opened a new pull request #8990: URL: https://github.com/apache/arrow/pull/8990
@jorisvandenbossche I've implemented this kernel as a binary (arity) kernel, so the input list array *and* the separator input string array can both be an array (see python test). I did not implement the case where the input list is a scalar, and the separator an array, since I don't think that's very common. And note that the kernel is named `binary_join` because it takes string-like and binary-like inputs. ---------------------------------------------------------------- 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: [email protected]
