Skip to content

Commit

Permalink
feat: derive more traits for ObjectStoreUrl (#5288)
Browse files Browse the repository at this point in the history
  • Loading branch information
crepererum committed Feb 15, 2023
1 parent 322e92b commit 2b73119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/src/datasource/object_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use std::sync::Arc;
use url::Url;

/// A parsed URL identifying a particular [`ObjectStore`]
#[derive(Debug, Clone)]
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub struct ObjectStoreUrl {
url: Url,
}
Expand Down

0 comments on commit 2b73119

Please sign in to comment.