-
Notifications
You must be signed in to change notification settings - Fork 126
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
Codecs avro updates #2666
Codecs avro updates #2666
Conversation
Signed-off-by: Darach Ennis <[email protected]>
Signed-off-by: Darach Ennis <[email protected]>
Signed-off-by: Darach Ennis <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2666 +/- ##
=======================================
Coverage 91.22% 91.22%
=======================================
Files 309 309
Lines 60078 60161 +83
=======================================
+ Hits 54805 54882 +77
- Misses 5273 5279 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 6 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
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.
just some tiny suggestions otherwisde 👍
Co-authored-by: Heinz N. Gies <[email protected]> Signed-off-by: Darach Ennis <[email protected]>
Co-authored-by: Heinz N. Gies <[email protected]> Signed-off-by: Darach Ennis <[email protected]>
Co-authored-by: Heinz N. Gies <[email protected]> Signed-off-by: Darach Ennis <[email protected]>
Co-authored-by: Heinz N. Gies <[email protected]> Signed-off-by: Darach Ennis <[email protected]>
Signed-off-by: Darach Ennis <[email protected]>
Signed-off-by: Darach Ennis <[email protected]>
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.
wooh 🚀
Signed-off-by: Darach Ennis <[email protected]>
Pull request
Description
Updates apache-avro and schema-registry-converters to latest so that tremor-codecs can be
used as a library in 3rd party projects. This expands type coverage to include nano resolution
timestamps in avro schemata. BigDecimal is not supported at this time due to limitations with
tremor's value model and data type system.
Checklist
Performance
No or negligeable impact.