Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The Avro serialization code for maps writes all keys and then all values without calling start and end to detect and handle null values. This causes the code to drop null values.