Vyacheslav-Smirnov edited a comment on pull request #8834:
URL: https://github.com/apache/arrow/pull/8834#issuecomment-802905630


   Hi,
   
   Can this issue be also fixed for pyarrow 2.0.0?
   
   We use this package for Intel sdc and cannot migrate to pyarrow 3.0.0 
version right now. Currently this is blocking us.
   
   Simpler reproducer is:
   
   `python -m pip install pyarrow==2.0.0 numpy`
   `python`
   `>>> import pyarrow`
   `>>> pyarrow.from_numpy_dtype(int)`
   `Traceback (most recent call last):`
   `  File "<stdin>", line 1, in <module>`
   `  File "pyarrow/types.pxi", line 2544, in pyarrow.lib.from_numpy_dtype`
   `  File "pyarrow/error.pxi", line 107, in pyarrow.lib.check_status`
   `pyarrow.lib.ArrowTypeError: Did not pass numpy.dtype object`


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

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


Reply via email to