Skip to content

Commit edc5be4

Browse files
committed
Derive Ord
1 parent a360cbb commit edc5be4

File tree

1 file changed

+1
-1
lines changed
  • crates/iceberg/src/catalog

1 file changed

+1
-1
lines changed

crates/iceberg/src/catalog/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ impl Display for NamespaceIdent {
225225
}
226226

227227
/// TableIdent represents the identifier of a table in the catalog.
228-
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, PartialOrd, Hash)]
228+
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
229229
pub struct TableIdent {
230230
/// Namespace of the table.
231231
pub namespace: NamespaceIdent,

0 commit comments

Comments
 (0)