fn arrow_field_to_avro(
field: &Field,
name_gen: &mut NameGenerator,
null_order: Nullability,
) -> Result<Value, ArrowError>
fn arrow_field_to_avro(
field: &Field,
name_gen: &mut NameGenerator,
null_order: Nullability,
) -> Result<Value, ArrowError>