fn schema_to_field_with_props( schema: &Schema, name: Option<&str>, nullable: bool, props: Option<HashMap<String, String>>, ) -> Result<Field>