You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/25 06:22:57 UTC

[GitHub] [arrow] cyb70289 commented on a change in pull request #10390: ARROW-12751: [C++] Implement minimum/maximum kernels

cyb70289 commented on a change in pull request #10390:
URL: https://github.com/apache/arrow/pull/10390#discussion_r638487418



##########
File path: cpp/src/arrow/compute/kernel.h
##########
@@ -52,7 +52,7 @@ struct ARROW_EXPORT KernelState {
 /// \brief Context/state for the execution of a particular kernel.
 class ARROW_EXPORT KernelContext {
  public:
-  explicit KernelContext(ExecContext* exec_ctx) : exec_ctx_(exec_ctx) {}
+  explicit KernelContext(ExecContext* exec_ctx) : exec_ctx_(exec_ctx), state_() {}

Review comment:
       This change is already in current code. Needs rebase?




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org