ftelnov opened a new pull request, #2299: URL: https://github.com/apache/avro/pull/2299
This PR solves [issue](https://issues.apache.org/jira/browse/AVRO-3781). What was done: 1) Now decimals could be resolved from strings and floats; 2) Add special algorithm for string parsing into appropriate bigint; 3) Floats parsing is done via converting to string first, then to the bigint through the string parsing algorithm. 4) Add method for estimating the precision of the decimal - in other words, added a method to check the amount of bigint digits. -- 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]
