diff --git a/datafusion/substrait/src/physical_plan/producer.rs b/datafusion/substrait/src/physical_plan/producer.rs index 57fe68c4a780..1879646bc3db 100644 --- a/datafusion/substrait/src/physical_plan/producer.rs +++ b/datafusion/substrait/src/physical_plan/producer.rs @@ -153,7 +153,7 @@ fn to_substrait_type(data_type: &DataType, nullable: bool) -> Result { nullability, })), }), - DataType::Utf8 => Ok(Type { + DataType::Utf8 | DataType::Utf8View => Ok(Type { kind: Some(Kind::String(SubstraitString { type_variation_reference: 0, nullability,