adriangb commented on code in PR #19125:
URL: https://github.com/apache/datafusion/pull/19125#discussion_r2596195324
##########
datafusion/execution/src/cache/cache_unit.rs:
##########
@@ -15,14 +15,9 @@
// specific language governing permissions and limitations
// under the License.
-use std::collections::HashMap;
-use std::sync::{Arc, Mutex};
+use std::sync::Arc;
Review Comment:
Should we add a public re-export for backwards compatibility?
--
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]