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

Deserialization of multiple (root) values from Avro #38

Closed
cowtowncoder opened this issue Jan 18, 2017 · 0 comments
Closed

Deserialization of multiple (root) values from Avro #38

cowtowncoder opened this issue Jan 18, 2017 · 0 comments
Labels
Milestone

Comments

@cowtowncoder
Copy link
Member

(note: counterpart of #35)

Since it is possible (and legal from what I have read) to create root-value sequences (not unlike with JSON and similar formats) in Avro, this codec should allow doing the same via Jackson.
Earlier versions will only allow reading of the first such value, but underlying Avro codec does support incremental decoding without problems.

@cowtowncoder cowtowncoder added this to the 2.8.7 milestone Jan 18, 2017
cowtowncoder added a commit that referenced this issue Jan 18, 2017
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