pitrou commented on code in PR #13635:
URL: https://github.com/apache/arrow/pull/13635#discussion_r981242607
##########
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:
By the way, for readability I would call it something else than `status_`,
which is usually a `arrow::Status` instance...
--
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]