You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like Avro codec (version 2.7.8) writes nested Maps correctly, but has some issues with decoding, such that entries (of the outermost Map) after first one are dropped. That is, only the first key/value pair seems to be exposed.
The text was updated successfully, but these errors were encountered:
cowtowncoder
changed the title
Problem with Avro Map decoding for Maps with multiple entries
Problem decoding nested Maps in Avro
Jan 23, 2017
FWTW this seems to be less due to Map handling, and more with reading of Unions (with scalar member(s)?). Looks like state is not properly managed. Got a test case, hope to resolve soon.
(reported by a user)
Looks like Avro codec (version 2.7.8) writes nested Maps correctly, but has some issues with decoding, such that entries (of the outermost Map) after first one are dropped. That is, only the first key/value pair seems to be exposed.
The text was updated successfully, but these errors were encountered: