Shekharrajak commented on code in PR #2423:
URL: https://github.com/apache/iceberg-rust/pull/2423#discussion_r3263509288


##########
crates/iceberg/src/spec/datatypes.rs:
##########
@@ -382,6 +384,7 @@ impl fmt::Display for PrimitiveType {
             PrimitiveType::Uuid => write!(f, "uuid"),
             PrimitiveType::Fixed(size) => write!(f, "fixed({size})"),
             PrimitiveType::Binary => write!(f, "binary"),
+            PrimitiveType::Variant => write!(f, "variant"),

Review Comment:
   Thanks @nssalian for sharing the reference. Updated the PR 
https://github.com/apache/iceberg-rust/pull/2423/changes#diff-a129ecbb5292628eaa22ebd56d7e869efaaf05f27646c7e724a205b4564505abR870
 



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