faze-geek opened a new pull request, #51306:
URL: https://github.com/apache/arrow/pull/51306

   ### Rationale for this change
   
   The public compute function names `is_in_meta_binary` and
   `index_in_meta_binary` expose the internal `MetaFunction` implementation
   detail. 
   
   ### What changes are included in this PR?
   
   - Register `is_in_binary` and `index_in_binary` as the canonical names.
   - Retain `is_in_meta_binary` and `index_in_meta_binary` as compatibility
     aliases.
   - Update Arrow-owned R callers and C++ benchmarks to use the canonical names.
   - Add C++ and Python coverage for both canonical and compatibility names.
   - Add the canonical names to the C++ and Python compute documentation.
   - Update the PyArrow registry-name test to account for canonical names 
returned
     through aliases.
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   Closes #29839


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to