pitrou commented on issue #29839:
URL: https://github.com/apache/arrow/issues/29839#issuecomment-5598919228

   > Before implementing, could you confirm whether `is_in_binary` and 
`index_in_binary` sound like the intended names, and whether the old registry 
names should remain as deprecated aliases or be removed?
   
   Judging by [code search results on 
GH](https://github.com/search?q=is_in_meta_binary&type=code), I think we should 
keep compatibility aliases to the old names.
   
   And, yes, `is_in_binary` and `index_in_binary` sound like the right names. 
We already have `round_binary` which follows the same pattern:
   ```python
   >>> pc.round
   <function pyarrow.compute.round(x, /, ndigits=0, round_mode='half_to_even', 
*, options=None, memory_pool=None)>
   >>> pc.round_binary
   <function pyarrow.compute.round_binary(x, s, /, round_mode='half_to_even', 
*, options=None, memory_pool=None)>
   ```


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