liurenjie1024 commented on code in PR #492: URL: https://github.com/apache/iceberg-rust/pull/492#discussion_r1695292644
########## crates/iceberg/src/spec/values.rs: ########## @@ -76,7 +76,7 @@ pub enum PrimitiveLiteral { /// UTF-8 bytes (without length) String(String), /// 16-byte big-endian value - UUID(Uuid), + Uuid(Uuid), Review Comment: I'm fine with this, but it would be better to split this into another pr? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org