Open Shaswatparikh opened 3 years ago
It would be good to have actual reproduction of code that fails: above snippet (and brief description) does not unfortunately allow for reproducing the problem or verifying possible fix.
So... what exactly is breaking, and how?
Were you ever able to solve this? I'm having the exact issue (1.9 to 1.11.3 upgrade with null fields)
In avro 1.9.2 -
getString method was handling null value and returning null to caller, but in 1.10.X version this function throwing exception org.apache.avro.AvroRuntimeException: Not a valid schema field:. This causing issue as code was not sensitive to schema earlier we treat common reader for all different schema but its failing if we upgrade to latest version of Jar. Please take a note.