-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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
alamb
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers