rdettai commented on a change in pull request #1141:
URL: https://github.com/apache/arrow-datafusion/pull/1141#discussion_r740288428
##########
File path: datafusion/src/datasource/object_store/mod.rs
##########
@@ -70,7 +70,7 @@ pub enum ListEntry {
}
/// The path and size of the file.
-#[derive(Debug, Clone)]
+#[derive(Debug, Clone, PartialEq)]
Review comment:
Not sure if it is really useful to add a trait that is not used 😊
--
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]