rtpsw commented on code in PR #14682:
URL: https://github.com/apache/arrow/pull/14682#discussion_r1029515804
##########
python/pyarrow/compute.py:
##########
@@ -80,7 +80,10 @@
list_functions,
_group_by,
# Udf
+ get_record_batches_from_tabular_function,
Review Comment:
I like the idea of encapsulating this in a class. However, I suspect these
classes are supposed to correspond to `arrow::compute::Function::Kind` values,
and adding a new value here would require many changes in Arrow where this enum
is used. If so, I'd prefer to defer, or find a more localized alternative.
--
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]