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

Support big-decimal logical type (avro 1.12.0) #253

Open
Chuckame opened this issue Aug 29, 2024 · 0 comments
Open

Support big-decimal logical type (avro 1.12.0) #253

Chuckame opened this issue Aug 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Chuckame
Copy link
Contributor

Avro 1.12.0 introduced a big-decimal which is a decimal without having the scale and precision information in the schema, allowing more flexibility, and so removing the need of AvroDecimal.

Currently, a BigDecimal without the AvroDecimal annotation indicating scale and precision fails.

Now, it would use by default the big-decimal logical type, while the decimal type is kept when the annotation is present.

@Chuckame Chuckame added the enhancement New feature or request label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant