ongchi commented on code in PR #551:
URL: 
https://github.com/apache/arrow-datafusion-python/pull/551#discussion_r1434125817


##########
datafusion/tests/test_functions.py:
##########
@@ -25,6 +25,8 @@
 from datafusion import functions as f
 from datafusion import literal
 
+np.seterr(invalid="ignore")

Review Comment:
   I think it's reasonable to turn off warnings of invalid floating-point 
errors, which can safely be ignored in test cases.



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