randolf-scholz opened a new issue, #36047:
URL: https://github.com/apache/arrow/issues/36047

   ### Describe the enhancement requested
   
   ```python
   import numpy as np
   import pyarrow as pa
   
   dt = np.linspace(0, 100) * np.timedelta64(1, "s")
   arr = pa.array(dt)  # duration[s]
   pa.compute.is_in(arr, arr)  # ✘ ArrowNotImplementedError
   ```
   
   Was kind of surprised by this, since presumably an `is_in` function should 
be pretty generic.
   
   ### Component(s)
   
   Python


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