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

Adds support for BigDecimal tagged types #409

Merged
merged 3 commits into from Oct 2, 2018

Conversation

fedefernandez
Copy link
Contributor

Fixes #382

@fedefernandez
Copy link
Contributor Author

@juanpedromoreno
I'm guessing since the older decimal serializer doesn't fulfill the avro specs, we can make the tagged type the default behavior for the idl gen. Let me know if that makes sense.

@juanpedromoreno
Copy link
Member

It makes sense to me, @fedefernandez

"and it could lead to serialization problems if the client uses a different serializer.",
"0.15.1"
)
object bigDecimal {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you're breaking bincompat here by making the D in Decimal uppercase. I think it's a typo :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, thanks!

@fedefernandez fedefernandez force-pushed the ff/bigdecimal-tagged-serializers branch from 36cf6db to 8473c77 Compare October 1, 2018 16:28
Copy link
Member

@juanpedromoreno juanpedromoreno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Great job!

@fedefernandez fedefernandez merged commit 5a40eff into master Oct 2, 2018
@fedefernandez fedefernandez deleted the ff/bigdecimal-tagged-serializers branch October 2, 2018 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants