mapleFU opened a new issue, #116: URL: https://github.com/apache/iceberg-cpp/issues/116
For decimal type, iceberg-rust[1] uses rust_decimal[2] crate, and iceberg-java uses Java's BigDecimal[3]. iceberg-go uses a hand-written decimal [4] We can uses a hand-written decimal in Literal. Or uses arrow's implemetation? [1] https://github.com/apache/iceberg-rust/commits/e5d3aabf1a15892e89eca7850e32720d89e65e7c/crates/iceberg/src/spec/values.rs [2] https://docs.rs/rust_decimal/latest/rust_decimal/ [3] https://github.com/apache/iceberg/blob/12605226736312970d787e704d4b7352a2bc2c1c/api/src/main/java/org/apache/iceberg/expressions/Literal.java#L22 [4] https://github.com/apache/iceberg-go/blob/ff2f3de32af5291ef4a35ce79978bb8000a9a5ff/types.go#L486 -- 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.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