Shaswat Parikh

Results 1 issues of Shaswat Parikh

In avro 1.9.2 - ``` public Object get(String key) { Field field = this.schema.getField(key); return field == null ? null : this.values[field.pos()]; } ``` getString method was handling null value...

avro