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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]