Xuanwo commented on code in PR #665: URL: https://github.com/apache/iceberg-rust/pull/665#discussion_r1873001766
########## crates/iceberg/src/spec/values.rs: ########## @@ -3031,6 +3061,31 @@ mod tests { check_avro_bytes_serde(bytes, Datum::string("iceberg"), &PrimitiveType::String); } + #[test] + fn avro_bytes_decimal() { Review Comment: Hi, @liurenjie1024, do you have an idea why we always pick up the max precision here? https://github.com/apache/iceberg-rust/blob/bcf28b4ee0ac507e490ac70f9de23dcc30a1fd32/crates/iceberg/src/spec/values.rs#L1000-L1013 -- 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