Copilot commented on code in PR #1468:
URL: 
https://github.com/apache/datafusion-python/pull/1468#discussion_r3033944479


##########
python/datafusion/functions.py:
##########
@@ -85,10 +90,12 @@
     "array_replace_all",
     "array_replace_n",
     "array_resize",
+    "array_reverse",
     "array_slice",
     "array_sort",
     "array_to_string",
     "array_union",
+    "arrays_zip",
     "arrow_cast",

Review Comment:
   This PR is marked as closing #1452, but `arrays_overlap` (listed in that 
issue’s missing functions) is still not exposed in the Python API (no 
`arrays_overlap` symbol in this module / `__all__`). Either add 
`arrays_overlap` (likely as a wrapper/alias consistent with upstream) or adjust 
the PR/issue closure so the issue isn’t closed prematurely.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to