nealrichardson commented on code in PR #14530:
URL: https://github.com/apache/arrow/pull/14530#discussion_r1008174775
##########
r/src/compute-exec.cpp:
##########
@@ -175,8 +175,8 @@ class ExecPlanReader : public arrow::RecordBatchReader {
}
plan_status_ = PLAN_FINISHED;
- plan_.reset();
- sink_gen_ = arrow::MakeEmptyGenerator<std::optional<compute::ExecBatch>>();
+ // plan_.reset();
Review Comment:
Is this change intentional? If so, delete the code? Add a TODO comment?
--
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]