Skip to content

AllBytes cache is broken on gcsfs HEAD #804

@googlyrahman

Description

@googlyrahman

Currently, the cache code in fsspec (caching.py#L560) calls the fetcher during init. This fetcher utilizes gcsfs, as shown here.

However, there is an initialization order issue: gcsfs variable was only set after the cache is fully initialized, which can be seen here.

I've fixed this in my PR here

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions