Ted-Jiang commented on code in PR #7620:
URL: https://github.com/apache/arrow-datafusion/pull/7620#discussion_r1334906089
##########
datafusion/execution/src/cache/cache_unit.rs:
##########
@@ -94,9 +94,69 @@ impl CacheAccessor<Path, Arc<Statistics>> for
DefaultFileStatisticsCache {
}
}
+/// Collected files metadata for listing files.
+/// Cache will not invalided until user call remove or clear.
Review Comment:
I think here keep simple, user can use their own notify system to decide
call `remove` or `clear`
--
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]