liurenjie1024 commented on code in PR #1670:
URL: https://github.com/apache/iceberg-rust/pull/1670#discussion_r2358131385


##########
crates/iceberg/src/catalog/mod.rs:
##########
@@ -225,7 +225,7 @@ impl Display for NamespaceIdent {
 }
 
 /// TableIdent represents the identifier of a table in the catalog.
-#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)]
+#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, PartialOrd, 
Hash)]

Review Comment:
   We need to derive both `PartialOrd` and `Ord`. Deriving `Ord` only will not 
work.



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