jorisvandenbossche commented on issue #11195: URL: https://github.com/apache/arrow/issues/11195#issuecomment-923865746
The C++ filesystem implementation does not yet have support for Azure, so it's not possible to do this directly. There is an open issue about this: https://issues.apache.org/jira/browse/ARROW-2034 If you can open the file yourself and get a seekable stream, then probably yes: you can create a Parquet FileReader from a RandomAccessFile, see https://arrow.apache.org/docs/cpp/parquet.html#filereader -- 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]
