zanmato1984 commented on code in PR #48742:
URL: https://github.com/apache/arrow/pull/48742#discussion_r2671793661


##########
cpp/src/arrow/csv/reader.cc:
##########


Review Comment:
   > If my understanding is correct, it doesn't seem that we have ownership 
issues:
   > 
   > * If no error, then the main thread owns the future, which owns `self`, 
until all tasks are finished.
   > * If early error, then the tasks own `self`.
   > * `self` owns all the things: options, task group.
   
   Please also see my this question :)



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