edponce commented on a change in pull request #11147:
URL: https://github.com/apache/arrow/pull/11147#discussion_r713239278
##########
File path: python/pyarrow/_compute.pyx
##########
@@ -327,23 +317,17 @@ cdef class Function(_Weakrefable):
CExecContext c_exec_ctx = CExecContext(pool)
vector[CDatum] c_args
CDatum result
-
_pack_compute_args(args, &c_args)
-
if options is not None:
c_options = options.get_options()
-
Review comment:
I agree, I personally prefer whitespace when new context follows, but I
have noticed that a lot of Arrow code is clumped together. I reverted this
change.
--
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]