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 generator does not enforce StreamWriteConstraints (2.17 / 3.0.0-SNAPSHOT) #387

Open
cowtowncoder opened this issue Jul 13, 2023 · 0 comments
Labels

Comments

@cowtowncoder
Copy link
Member

Unlike other codecs, work via #386 did not add full checking for Avro: this because serialization side does not use fully incremental/streaming generation: instead value objects from Apache Avro library are constructed and their serialization methods called. It would be possible to add proper nesting level handling there, and should be done, when someone has time to dig into it.
This should not be super difficult and I can help if need be.

@cowtowncoder cowtowncoder changed the title Avro generator does not enforce StreamWriteConstraints (2.16 / 3.0.0-SNAPSHOT) Avro generator does not enforce StreamWriteConstraints (2.17 / 3.0.0-SNAPSHOT) Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant