edponce commented on a change in pull request #12080: URL: https://github.com/apache/arrow/pull/12080#discussion_r779376706
########## File path: cpp/src/arrow/compute/exec.cc ########## @@ -370,12 +370,15 @@ class NullPropagator { public: NullPropagator(KernelContext* ctx, const ExecBatch& batch, ArrayData* output) : ctx_(ctx), batch_(batch), output_(output) { + bool are_all_ins_valids = false; Review comment: True, so `are_all_inputs_valid` is more readable and grammatically correct. -- 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