Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-10834: [R] Fix print method for SubTreeFileSystem
This PR modifies ``` `$.SubTreeFileSystem` ``` to return `NULL` if the named object is not found in the object. This allows the `print()` method of `ArrowObject` to print `SubTreeFileSystem` objects without error. Closes apache#9168 from ianmcook/ARROW-10834 Authored-by: Ian Cook <[email protected]> Signed-off-by: Neal Richardson <[email protected]>
- Loading branch information