mkleen opened a new pull request, #23253: URL: https://github.com/apache/datafusion/pull/23253
## Which issue does this PR close? - Closes None. ## Rationale for this change Follow up to https://github.com/apache/datafusion/pull/22613. Cache hits are now supported for all memory-limiting caches. Since the cache hits are now already used in testing in https://github.com/apache/datafusion/pull/23201 it makes sense expose them in the `statistics_cache` function the same way the `metadata_cache` function does it. ## What changes are included in this PR? - Add hits to the `statistics_cache` function - Adapt documentation for the `statistics_cache` function - Tests ## Are these changes tested? Yes. ## Are there any user-facing changes? Yes, the `statistics_cache` function supports now cache hits but no breaking changes. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
