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/14 06:22:49 UTC

[GitHub] [arrow] jorisvandenbossche commented on pull request #35123: GH-35122: [C++] Add support for scalars in run_end_encode and run_end_decode

jorisvandenbossche commented on PR #35123:
URL: https://github.com/apache/arrow/pull/35123#issuecomment-1507985296

   Checking some other vector functions passing them a scalar, there are that raise a NotImplementedError (eg sort_indices, rank) or that return an array (eg replace_with_mask, cumulative_sum, indices_nonzero). 
   So returning an array seems fine.


-- 
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