diff --git a/datafusion/execution/src/cache/mod.rs b/datafusion/execution/src/cache/mod.rs index 93b9f0520b2a3..d0b8f1c2a6e93 100644 --- a/datafusion/execution/src/cache/mod.rs +++ b/datafusion/execution/src/cache/mod.rs @@ -24,6 +24,7 @@ mod list_files_cache; pub use file_metadata_cache::DefaultFilesMetadataCache; pub use list_files_cache::DefaultListFilesCache; +pub use list_files_cache::ListFilesEntry; pub use list_files_cache::TableScopedPath; /// A trait that can be implemented to provide custom cache behavior for the caches managed by