202203204205206207208209
if (item == null) { return null; } return ERROR; default: throw new MorphlineRuntimeException("Unknown Avro schema type: " + schema.getType()); } }