Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
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:
print(s3_bucket("ursa-labs-taxi-data")) ## SubTreeFileSystem: s3://ursa-labs-taxi-data
Attachments
Issue Links
- is related to
-
ARROW-11238 [Python] Make SubTreeFileSystem print method more informative
- Resolved
- relates to
-
ARROW-10834 [R] Fix print method for SubTreeFileSystem
- Resolved
- links to