fn maybe_align_json_array_with_schema( schema: &SchemaRef, arrays: Vec<ArrayRef>, ) -> Result<Vec<ArrayRef>>