You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Joris Van den Bossche (Jira)" <ji...@apache.org> on 2021/01/12 08:53:00 UTC

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

    [ https://issues.apache.org/jira/browse/ARROW-11218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17263162#comment-17263162 ] 

Joris Van den Bossche commented on ARROW-11218:
-----------------------------------------------

Same is true in python:

{code}
In [10]: SubTreeFileSystem("/home/joris", LocalFileSystem())
Out[10]: <pyarrow._fs.SubTreeFileSystem at 0x7f73beddc370>
{code}

(in case you would also like to do a Python PR ;))

> [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
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 3.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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)