westonpace commented on a change in pull request #9607:
URL: https://github.com/apache/arrow/pull/9607#discussion_r604065452
##########
File path: cpp/src/arrow/dataset/file_parquet.cc
##########
@@ -364,7 +367,8 @@ Result<ScanTaskIterator>
ParquetFileFormat::ScanFile(std::shared_ptr<ScanOptions
reader_options.io_context, reader_options.cache_options, options,
context);
}
- return MakeVectorIterator(std::move(tasks));
Review comment:
This feature is only adding the tooling for async. It doesn't actually
add support for IPC or Parquet yet. So at the moment both of those readers are
synchronous.
--
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]