paleolimbot commented on code in PR #13635: URL: https://github.com/apache/arrow/pull/13635#discussion_r982460403
########## r/src/compute-exec.cpp: ########## @@ -141,7 +152,8 @@ class ExecPlanReader : public arrow::RecordBatchReader { std::shared_ptr<arrow::Schema> schema_; std::shared_ptr<arrow::compute::ExecPlan> plan_; arrow::AsyncGenerator<std::optional<compute::ExecBatch>> sink_gen_; - int status_; + enum ExecPlanReaderStatus status_; Review Comment: Done! (renamed to `plan_status_`) -- 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