pitrou commented on a change in pull request #9528: URL: https://github.com/apache/arrow/pull/9528#discussion_r587693382
########## File path: cpp/src/arrow/csv/reader.cc ########## @@ -833,9 +843,10 @@ class AsyncThreadedTableReader AsyncThreadedTableReader(MemoryPool* pool, std::shared_ptr<io::InputStream> input, const ReadOptions& read_options, const ParseOptions& parse_options, - const ConvertOptions& convert_options, Executor* cpu_executor, - Executor* io_executor) - : BaseTableReader(pool, input, read_options, parse_options, convert_options), + const ConvertOptions& convert_options, StopToken stop_token, + Executor* cpu_executor, Executor* io_executor) Review comment: We must support the legacy `TableReader::Make` taking both a `MemoryPool*` and an `IOContext`. ---------------------------------------------------------------- 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