paleolimbot commented on code in PR #14328:
URL: https://github.com/apache/arrow/pull/14328#discussion_r1000064056


##########
r/src/compute-exec.cpp:
##########
@@ -147,6 +147,35 @@ class ExecPlanReader : public arrow::RecordBatchReader {
 
   ~ExecPlanReader() { StopProducing(); }

Review Comment:
   That approach would definitely be ideal...it seems that with the current 
setup, waiting unconditionally for an ExecPlan to finish after calling 
`StopProducing()` causes CI jobs to time out (or maybe they were going to time 
out because of an unrelated change? The intermittent nature of this makes it 
hard to track down).



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

Reply via email to