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

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   ```python
   >>> pa.Array.from_pandas(pd.Series([pd.Timedelta(np.timedelta64(1, 'ms'))], 
dtype=object))
   <pyarrow.lib.DurationArray object at 0x7f5ad07abf40>
   [
     0
   ]
   ```
   
   The number `1` doesn't matter, but the time unit has to be `'ms'` or `'s'` 
and the dtype has to be `object` to trigger the error.
   
   ### 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