You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Ian Cook (Jira)" <ji...@apache.org> on 2021/01/12 00:46:00 UTC

[jira] [Created] (ARROW-11218) [R] Make SubTreeFileSystem print method more informative

Ian Cook created ARROW-11218:
--------------------------------

             Summary: [R] Make SubTreeFileSystem print method more informative
                 Key: ARROW-11218
                 URL: https://issues.apache.org/jira/browse/ARROW-11218
             Project: Apache Arrow
          Issue Type: Improvement
          Components: R
            Reporter: Ian Cook
            Assignee: Ian Cook


The print method for {{SubTreeFileSystem}} objects prints only the class name. Make it print more useful information, such as a filesystem URI including scheme. For example:
{code:r}
print(s3_bucket("ursa-labs-taxi-data"))
## SubTreeFileSystem: s3://ursa-labs-taxi-data
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)