You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/22 06:27:25 UTC

[GitHub] [arrow] kou commented on pull request #12931: ARROW-16247: [GLib] Add GArrowGCSFileSystem

kou commented on PR #12931:
URL: https://github.com/apache/arrow/pull/12931#issuecomment-1106056246

   > this looks quite empty, are you planning to add support for GcsOptions?
   
   I'll add do it eventually but it's usable without this by #12763 (or #12932).
   
   > Or are people expected to instantiate these filesystems using an URI?
   
   Yes. We can load data by `Arrow::Table.load("gcs://bucket/a.arrow")` with this.  https://github.com/apache/arrow/blob/master/ruby/red-arrow-dataset/lib/arrow-dataset/arrow-table-loadable.rb#L38 instantiates `GArrowGCSFileSystem` and it's used to load data.
   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org