BlakeOrth opened a new issue, #19074:
URL: https://github.com/apache/datafusion/issues/19074

   ### 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: 
    - https://github.com/apache/datafusion/pull/18855
   
   
   
   ### Describe the solution you'd like
   
   The `DefaultFilesMetadataCache` implementation currently lives in 
`cache_unit.rs` 
   
https://github.com/apache/datafusion/blob/d4820d17194af029657d6d98fc8d609058f9e5ee/datafusion/execution/src/cache/cache_unit.rs#L293
   
   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_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to