asfimport opened a new issue, #23849:
URL: https://github.com/apache/arrow/issues/23849

   It'd be handy to have (probably read only) a generic filesystem 
implementation which wrapped `any cURLable base url`:
   
   ```Java
   
   ARROW_ASSIGN_OR_RAISE(auto fs, 
HttpFileSystem::Make("https://some.site/json-api/v3";));
   ASSERT_OK_AND_ASSIGN(auto json_stream, fs->OpenInputStream("slug"));
   // ...
   ```
   
   **Reporter**: [Ben 
Kietzman](https://issues.apache.org/jira/browse/ARROW-7594) / @bkietz
   #### Related issues:
   - [[R] Support compression + R connection (URL with .gz 
file)](https://github.com/apache/arrow/issues/31972) (is duplicated by)
   - [[R] Support for HTTPS Filesystem 
access](https://github.com/apache/arrow/issues/18980) (is depended upon by)
   
   <sub>**Note**: *This issue was originally created as 
[ARROW-7594](https://issues.apache.org/jira/browse/ARROW-7594). Please see the 
[migration documentation](https://github.com/apache/arrow/issues/14542) for 
further details.*</sub>


-- 
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]

Reply via email to