rok commented on issue #47255:
URL: https://github.com/apache/arrow/issues/47255#issuecomment-3201048055

   > So, for the purposes of testing PyArrow, I think we could expose the C++ 
`RandomArrayGenerator` in Python.
   
   What would a good namespace for that be? 
pyarrow.compute.testing.random_[float,int,str,...]?
   
   > (but I'm also not sure why requiring NumPy for testing is a problem, can 
someone elaborate?)
   
   We are trying to reduce dependency on Pandas and NumPy in testing as we're 
excluding some tests if they're not present. Currently many tests that work on 
arrays and tables will be skipped. Perhaps this is not a big issue, but it 
seems like an easy fix.


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