Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AVRO-XXXX][C++] Add big decimal support and update documentation #3148

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

glywk
Copy link
Contributor

@glywk glywk commented Sep 4, 2024

What is the purpose of the change

This pull request add support of c++ big-decimal logical type in Avro serializer/deserializer methods, related to AVRO-3779.

Verifying this change

This change added tests and can be verified as follows:

  • Tests of schema serialization/deserialization with valid and invalid declarations.
  • Specific validation on bad schema with precision and scale declaration.

Documentation

  • Does this pull request introduce a new feature? (yes)
  • If yes, how is the feature documented? (update of big-decimal logical type specification)

@github-actions github-actions bot added C++ Pull Requests for C++ binding website labels Sep 4, 2024
@thiru-mg thiru-mg self-requested a review September 5, 2024 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ Pull Requests for C++ binding website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant