andygrove merged PR #551:
URL: https://github.com/apache/arrow-datafusion-python/pull/551
--
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: github-unsubsc
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="i
ongchi opened a new pull request, #551:
URL: https://github.com/apache/arrow-datafusion-python/pull/551
# Which issue does this PR close?
Part of #463
# Rationale for this change
Array functions should be implemented for the Python API.
# What change