rtpsw commented on code in PR #14682:
URL: https://github.com/apache/arrow/pull/14682#discussion_r1056145810
##########
python/pyarrow/_compute.pyx:
##########
@@ -2519,7 +2531,7 @@ cdef class ScalarUdfContext:
raise TypeError("Do not call {}'s constructor directly"
.format(self.__class__.__name__))
- cdef void init(self, const CScalarUdfContext &c_context):
+ cdef void init(self, const CUdfContext &c_context):
Review Comment:
Done.
##########
python/pyarrow/_compute.pyx:
##########
@@ -2507,7 +2519,7 @@ cdef CExpression _bind(Expression filter, Schema schema)
except *:
deref(pyarrow_unwrap_schema(schema).get())))
-cdef class ScalarUdfContext:
+cdef class UdfContext:
Review Comment:
Done.
--
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]