rtpsw commented on code in PR #13500: URL: https://github.com/apache/arrow/pull/13500#discussion_r912825335
########## python/pyarrow/tests/test_udf.py: ########## @@ -18,6 +18,7 @@ import pytest +import numpy as np Review Comment: I think this is a leftover of my removing unit tests as [explained here](https://github.com/apache/arrow/pull/13500#issuecomment-1173041442). I can remove this line but may need it back when the unit tests are included. -- 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]
