We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afa9b9 commit 94ccafaCopy full SHA for 94ccafa
1 file changed
datafusion/execution/src/cache/cache_manager.rs
@@ -161,7 +161,7 @@ impl CachedFileList {
161
/// The cache key is always the table's base path, ensuring a stable cache key.
162
/// The cached value is a [`CachedFileList`] containing the files and a timestamp.
163
///
164
-/// Partition filtering is done after retrieval using [`CachedFileList::filter_by_prefix`].
+/// Partition filtering is done after retrieval using [`CachedFileList::files_matching_prefix`].
165
166
/// See [`crate::runtime_env::RuntimeEnv`] for more details.
167
pub trait ListFilesCache: CacheAccessor<Path, CachedFileList> {
0 commit comments