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


##########
python/pyarrow/tests/test_udf.py:
##########
@@ -283,7 +283,7 @@ def test_scalar_udf_array_binary(binary_func_fixture):
                           )
 
 
-def test_scalar_udf_array_ternary(ternary_func_fixture):

Review Comment:
   I see where you might have thought instead of `ScalarUdf` to go with `Udf` 
prefix. I am just curious, how is tabular function different from a regular 
scalar function in terms of usage and anatomy? Would appreciate the idea in 
your workds. I have sort of an idea compiled from your code, but would like to 
know more. 



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