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

   > > 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,...]?
   
   `pyarrow.testing` as compute is not involved.
   
   > > (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.
   
   Ok, that sounds reasonable.
   
   


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