Skip to content

Commit

Permalink
Update AvroUtils.java
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Nov 13, 2024
1 parent a6a02f1 commit e58a21b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ public static org.apache.avro.Schema.Field toAvroField(Field field, String names
org.apache.avro.Schema fieldSchema =
getFieldSchema(field.getType(), field.getName(), namespace);
return new org.apache.avro.Schema.Field(
field.getName(), fieldSchema, field.getDescription(), (Object) null);
field.getName(), fieldSchema, field.getDescription(), null);
}

private AvroUtils() {}
Expand Down

0 comments on commit e58a21b

Please sign in to comment.