vibhatha commented on code in PR #12590:
URL: https://github.com/apache/arrow/pull/12590#discussion_r857752593


##########
python/pyarrow/compute.py:
##########
@@ -76,6 +77,10 @@
     get_function,
     list_functions,
     _group_by,
+    # Udf
+    register_scalar_function,
+    ScalarUdfContext,
+    _get_scalar_udf_context,

Review Comment:
   Yes, you're right. I have missed this point. I will note this for future 
reference. Thanks for noting this again. 



-- 
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-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to