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

Added Avro codec + decoder support for new types #1

Merged
merged 8 commits into from
Jan 3, 2025

Conversation

jecsand838
Copy link

@jecsand838 jecsand838 commented Dec 30, 2024

What changes are included in this PR?

Added codec support + tests for:

  1. Namespaces
  2. Enums
  3. Maps
  4. Decimals

Added reader decoder support for:

  1. Enums
  2. Maps
  3. Decimals
  4. Lists
  5. Fixed
  6. Interval
  7. Nullable fields

1. Namespaces
2. Enums
3. Maps
4. Decimals
@jecsand838 jecsand838 self-assigned this Dec 30, 2024
Signed-off-by: Connor Sanders <[email protected]>
* Implemented reader decoder for Avro Lists
* Cleaned up reader/record.rs and added comments for readability.

Signed-off-by: Connor Sanders <[email protected]>
@jecsand838 jecsand838 changed the title Added codec support + tests for: Added Avro codec + decoder support for new types Dec 31, 2024
Signed-off-by: Connor Sanders <[email protected]>
- Fixed
- Interval

Signed-off-by: Connor Sanders <[email protected]>
@svencowart svencowart merged commit 2792037 into avro-codec Jan 3, 2025
@jecsand838 jecsand838 deleted the avro-codec-improvements branch January 3, 2025 19:32
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.

2 participants