JanKaul commented on code in PR #79: URL: https://github.com/apache/iceberg-rust/pull/79#discussion_r1360204175
########## crates/iceberg/src/spec/values.rs: ########## @@ -966,6 +978,547 @@ mod timestamptz { } } +mod serde { Review Comment: I think using the RawLiteral makes sense. Initially I tried to make `Literal` directly deserializable from avro but the types have to be converted from avro types to iceberg types anyway. -- 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