BlakeOrth commented on code in PR #18855: URL: https://github.com/apache/datafusion/pull/18855#discussion_r2548186345
########## datafusion/execution/src/cache/mod.rs: ########## @@ -19,6 +19,7 @@ pub mod cache_manager; pub mod cache_unit; pub mod lru_queue; +// TODO: driveby-cleanup /// The cache accessor, users usually working on this interface while manipulating caches. Review Comment: I noticed this doc comment could be edited for additional clarity, so I figured while we were in this area of code we could improve this! -- 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]
