Skip to content

Move the DefaultMetadataCache into its own module #19074

@BlakeOrth

Description

@BlakeOrth

Is your feature request related to a problem or challenge?

As the default implementations for cache's expand, the existing module structure for those implementations under datafusion/execution/src/cache/ have become a bit crowded.

Separating the cache implementations into separate modules was introduced here:

Describe the solution you'd like

The DefaultFilesMetadataCache implementation currently lives in cache_unit.rs

/// Default implementation of [`FileMetadataCache`]

It could also be separated into its own module to help improve the organization of the cache module.

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions