vibhatha commented on code in PR #14682: URL: https://github.com/apache/arrow/pull/14682#discussion_r1052157033
########## python/pyarrow/_compute.pxd: ########## @@ -21,11 +21,11 @@ from pyarrow.lib cimport * from pyarrow.includes.common cimport * from pyarrow.includes.libarrow cimport * -cdef class ScalarUdfContext(_Weakrefable): +cdef class UdfContext(_Weakrefable): Review Comment: And probably if we are to do a name change for a specific reason, shall we do it in a separate PR and just keep the feature introduced to this PR? -- 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]
