SahilKang opened a new pull request, #2891: URL: https://github.com/apache/avro/pull/2891
[AVRO-2773](https://issues.apache.org/jira/browse/AVRO-2773) ## What is the purpose of the change These two commits add decimal logical schema support for C: the first commit adds the base layer and the second commit adds higher-level functions to manipulate decimal objects beyond their serialized representation. ## Verifying this change Existing tests were updated and new tests were added to exercise the new functionality. ## Documentation This introduces two new functions which are documented along with the existing functions. For pre-existing functionality, the underlying bytes and fixed getter/setters can still be used with decimal objects. -- 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: dev-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org