pitrou commented on a change in pull request #9528: URL: https://github.com/apache/arrow/pull/9528#discussion_r589473437
########## File path: cpp/src/arrow/csv/reader.cc ########## @@ -848,6 +859,7 @@ class AsyncThreadedTableReader } Status Init() override { + // TODO pass stop token to input stream iterator? Review comment: Indeed, the AWS SDK doesn't support cancellation. Agreed about the readahead part. This can be done later. Thanks! ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org