martin-g commented on code in PR #2599:
URL: https://github.com/apache/avro/pull/2599#discussion_r1412062924
##########
lang/rust/avro/src/decimal.rs:
##########
@@ -113,13 +113,17 @@ impl<T: AsRef<[u8]>> From<T> for Decimal {
}
pub(crate) fn serialize_big_decimal(decimal: &BigDecimal) -> Vec<u8> {
+ // encode big decimal, without global size
Review Comment:
`global size` sounds too ... global.
How about `total size` ?
--
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]