pitrou commented on a change in pull request #9528:
URL: https://github.com/apache/arrow/pull/9528#discussion_r589475289
##########
File path: cpp/src/arrow/csv/reader.cc
##########
@@ -934,22 +946,34 @@ class AsyncThreadedTableReader
Result<std::shared_ptr<TableReader>> MakeTableReader(
MemoryPool* pool, io::IOContext io_context,
std::shared_ptr<io::InputStream> input,
const ReadOptions& read_options, const ParseOptions& parse_options,
- const ConvertOptions& convert_options) {
+ const ConvertOptions& convert_options, StopToken stop_token) {
Review comment:
Agreed, I didn't think too much about this. Will change.
----------------------------------------------------------------
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:
[email protected]