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 for Go int encoding/decoding into/from Avro long #422

Merged
merged 2 commits into from
Jul 29, 2024

Conversation

lovromazgon
Copy link
Contributor

This PR adds support for handling Go int types using the Avro type long. Note that decoding is only allowed on 64-bit systems, to ensure safety.

Fixes #421.

Copy link
Member

@nrwiersma nrwiersma left a comment

Choose a reason for hiding this comment

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

LGTM 🎉 Thanks for the contribution.

@nrwiersma nrwiersma merged commit dfd5956 into hamba:main Jul 29, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

int is unsupported for Avro long
2 participants