pitrou commented on code in PR #13364: URL: https://github.com/apache/arrow/pull/13364#discussion_r896855725
########## cpp/src/arrow/compute/kernel.h: ########## @@ -593,34 +589,39 @@ struct ScalarKernel : public ArrayKernel { // ---------------------------------------------------------------------- // VectorKernel (for VectorFunction) -/// \brief See VectorKernel::finalize member for usage -using VectorFinalize = std::function<Status(KernelContext*, std::vector<Datum>*)>; - /// \brief Kernel data structure for implementations of VectorFunction. In Review Comment: "It" not "In" -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org