From 22c2edcf8654c1054afb4ced1424bbd18b8b98b0 Mon Sep 17 00:00:00 2001 From: XL Liang Date: Wed, 14 Jan 2026 18:13:35 +0800 Subject: [PATCH] expose ListFilesEntry --- datafusion/execution/src/cache/mod.rs | 1 + 1 file changed, 1 insertion(+) 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