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] Use SchemaBuilder API #1003

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

[avro] Use SchemaBuilder API #1003

wants to merge 3 commits into from

Conversation

RustedBones
Copy link
Contributor

Move implementation to the SchemaBuilder API.
This removes the cluncky JSON conversion type required for default values

Move implementation to the SchemaBuilder API.
This removes the cluncky JSON conversion type required for default
values
Copy link

codecov bot commented Jul 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.91%. Comparing base (aa00c1f) to head (523cf2d).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1003      +/-   ##
==========================================
- Coverage   95.18%   94.91%   -0.27%     
==========================================
  Files          51       51              
  Lines        1827     1811      -16     
  Branches      153      156       +3     
==========================================
- Hits         1739     1719      -20     
- Misses         88       92       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@RustedBones
Copy link
Contributor Author

Avro 1.8 fails due to bug

Copy link
Contributor

@clairemcginty clairemcginty left a comment

Choose a reason for hiding this comment

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

much better, especially the JsonProperties defaults 🙏 since it does drop Avro 1.8 support, shall we make a branch/milestone to merge this into?

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