Skip to content

[C++] Some filesystems may allow reading directories #30629

@asfimport

Description

@asfimport

The generic filesystem tests assert that reading a directory should fail. If directories are implemented as described in ARROW-15114 this would be expensive to implement (at least in the near future), as it would require two roundtrips to the service to fetch the object metadata.

I would rather change the generic tests to allow reading directories, and if we find a cheaper way to fix this later we can restore the tests.

Reporter: Carlos O'Ryan / @coryan
Assignee: Carlos O'Ryan / @coryan

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-15119. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions