alamb commented on code in PR #19099:
URL: https://github.com/apache/datafusion/pull/19099#discussion_r2591866561


##########
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:
   👍  @adriangb  seems to have fixed this in the recent commit to main
   - https://github.com/apache/datafusion/pull/19102



-- 
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]

Reply via email to