mroeschke opened a new issue, #33962:
URL: https://github.com/apache/arrow/issues/33962

   ### Describe the enhancement requested
   
   ```
   In [2]: import datetime
   
   In [3]: import pyarrow as pa
   
   In [4]: pa.__version__
   Out[4]: '10.0.1'
   
   In [5]: pa.compute.day(pa.array([datetime.timedelta(1)]))
   ArrowNotImplementedError: Function 'day' has no kernel matching input types 
(duration[us])
   ```
   
   Would be great to support extracting the `day`, `second`, `microseconds`, 
`nanoseconds` components of a timedelta
   
   ### 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