Skip to content

Commit 94ccafa

Browse files
committed
fix docs
1 parent 0afa9b9 commit 94ccafa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/execution/src/cache/cache_manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ impl CachedFileList {
161161
/// The cache key is always the table's base path, ensuring a stable cache key.
162162
/// The cached value is a [`CachedFileList`] containing the files and a timestamp.
163163
///
164-
/// Partition filtering is done after retrieval using [`CachedFileList::filter_by_prefix`].
164+
/// Partition filtering is done after retrieval using [`CachedFileList::files_matching_prefix`].
165165
///
166166
/// See [`crate::runtime_env::RuntimeEnv`] for more details.
167167
pub trait ListFilesCache: CacheAccessor<Path, CachedFileList> {

0 commit comments

Comments
 (0)