chore(codecs) update avro-rs to 0.22.0 - #26146
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d03d7415f0
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0c36660ee7
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Head branch was pushed to by a user without write access
Summary
Update to
avro-rs0.22.0 to enable us to useresolve_with_names()in #26112. Resolve a few breaking changes between 0.21.0 and 0.22.0 to get this working.References
Related: #26112
Vector configuration
N/A
How did you test this PR?
Existing tests pass. Re-ran
generate-avro-fixturesto update the syntax of Avro types in each fixture.Is this a breaking change?
Upgrading to 0.22.0 fixes apache/avro-rs#476 (See apache/avro-rs#479) which means avro-rs will no longer parse invalid Avro schemas. I suppose this could be considered a breaking change if anyone is currently using an invalid Avro schema?
Does this PR include user facing changes?
no-changeloglabel to this PR.Contributor Guidelines
@vectordotdev/vectorto reach out to us regarding this PR.pre-pushhook (template) or run the following locally before pushing:make fmtmake check-clippy(auto-fix withmake clippy-fix)make testgit merge origin masterandgit push.Cargo.lock), pleaserun
make build-licensesto regenerate the license inventory and commit the changes (if any). More details on the dd-rust-license-tool.