ftelnov commented on PR #2299:
URL: https://github.com/apache/avro/pull/2299#issuecomment-1639647250

   I think I can move decimals to bigdecimal usage - indeed, that would be an 
easy task, as they are bigint internally. So it's almost like drop-in 
replacement. What I think is that it is generally a good idea - we have bunch 
of other crates, like malachite for bigdecimals, but they have restrictive 
licenses usually. bigdecimal, on the other hand, is available and does what we 
trying to do by hands - like it supports parsing string/f32/f64 to bigdecimals, 
AND you can construct BigInt(for example, from bytes) and use it with scale to 
construct bigdecimal.
   
   So, I'd happy to try!


-- 
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]

Reply via email to