pitrou commented on code in PR #13931:
URL: https://github.com/apache/arrow/pull/13931#discussion_r968573914
##########
cpp/src/arrow/io/interfaces.h:
##########
@@ -343,5 +344,9 @@ ARROW_EXPORT
Result<Iterator<std::shared_ptr<Buffer>>> MakeInputStreamIterator(
std::shared_ptr<InputStream> stream, int64_t block_size);
+ARROW_EXPORT
+Result<AsyncGenerator<std::shared_ptr<Buffer>>> MakeRandomAccessFileGenerator(
Review Comment:
If this is beneficial for reading from S3, should it perhaps be called in S3
and GCS filesystem implementations of `OpenInputStream` instead of just the CSV
datasets reader?
(does that sound doable/reasonable?)
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]