Antoine Pitrou created ARROW-6825: ------------------------------------- Summary: [C++] Rework CSV reader IO around readahead iterator Key: ARROW-6825 URL: https://issues.apache.org/jira/browse/ARROW-6825 Project: Apache Arrow Issue Type: Improvement Components: C++ Reporter: Antoine Pitrou Assignee: Antoine Pitrou
Following ARROW-6764, we should try to remove the custom ReadaheadSpooler and use the generic readahead iteration facility instead. This will require reworking the blocking / chunking logic to mimick what is done in the JSON reader. -- This message was sent by Atlassian Jira (v8.3.4#803005)