-
Notifications
You must be signed in to change notification settings - Fork 26
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
base: main
Are you sure you want to change the base?
Conversation
Move implementation to the SchemaBuilder API. This removes the cluncky JSON conversion type required for default values
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
Avro 1.8 fails due to bug |
3e548d9
to
523cf2d
Compare
There was a problem hiding this 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?
If we adopt this into magnolify and subsequently into scio this means that we would force an upgrade past avro 1.8, correct? |
That's right. When mergeing this, avro 1.8 support will be dropped. |
Move implementation to the SchemaBuilder API.
This removes the cluncky JSON conversion type required for default values