Re: [PR] Add missing array functions [arrow-datafusion-python]

2023-12-28 Thread via GitHub
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

Re: [PR] Add missing array functions [arrow-datafusion-python]

2023-12-21 Thread via GitHub
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

[PR] Add missing array functions [arrow-datafusion-python]

2023-12-21 Thread via GitHub
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