You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2023/04/06 11:57:22 UTC

[GitHub] [arrow] jorisvandenbossche commented on issue #34927: [C++] utf8_slice_codeunits doesn't support stop/step array type

jorisvandenbossche commented on issue #34927:
URL: https://github.com/apache/arrow/issues/34927#issuecomment-1498947787

   Yeah, the technical explanation for this is that this kernel is implemented as a unary kernel (so the only "argument" are the input strings), and the start/stop/step are passed through the SliceOptions class. And only actual arguments are automatically broadcasted (i.e. accepting scalar or array types as input).


-- 
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-unsubscribe@arrow.apache.org

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