mobley-trent commented on code in PR #103: URL: https://github.com/apache/iceberg-rust/pull/103#discussion_r1412862537
########## crates/iceberg/src/spec/values.rs: ########## @@ -554,13 +554,14 @@ impl From<&Literal> for JsonValue { PrimitiveLiteral::Decimal(_) => todo!(), }, Literal::Struct(s) => { Review Comment: So you are saying I should refactor `check_json_serde` to follow the structure of `check_convert_with_avro` ? Also just a reminder, but the code doesn't build when I remove `From<&values::Literal>` so I don't think removing it entirely will work @liurenjie1024 -- 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