tshauck commented on code in PR #19099:
URL: https://github.com/apache/datafusion/pull/19099#discussion_r2591083797
##########
datafusion/execution/src/cache/list_files_cache.rs:
##########
@@ -21,9 +21,9 @@ use std::{
};
use datafusion_common::instant::Instant;
-use object_store::{path::Path, ObjectMeta};
+use object_store::{ObjectMeta, path::Path};
Review Comment:
This is unrelated, but was causing the `cargo fmt` CI job to fail.
--
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]